Recording History
You have 72 hours to fetch any recordings you make.
Request
GET https://api.46elks.com/a1/recordings
Optional request parameters
Parameter |
Example |
Description |
start |
2018-02-14T09:52:07.302000 |
Retrieve recordings before this date. |
end |
2018-02-14T09:52:07.302000 |
Retrieve recordings after this date. |
limit |
30 |
Limit the number of results on each page |
Response structure
{
"data": [
{
"duration": 1,
"id": "c361e5927d2c4d7dcf71a142dc0ec6d9b-r0",
"created": "2016-02-28T23:54:57.075000"
},
{
"duration": 2,
"id": "c110cf16e8a0e202b7efb345ba4571d2d-r0",
"created": "2015-02-24T15:09:08.146000"
}
],
"next": "2015-02-23T15:09:01.523100"
}
Attribute |
Type |
Description |
data |
array |
Array containing recording object on the same format as in get recording by id
|
next |
string |
Start tme for the next page if more recordings are available
|