Retrieve a list of available recordings from every camera of a device in a given time range.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Locked error
Internal server error
curl -i -X GET \ 'https://api-prod.surfsight.net/v2/devices/:imei/recording-ranges?start=2020-01-01T14%3A48%3A00.000Z&end=2020-01-01T14%3A48%3A00.000Z' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "cameraId": 1,
- "intervals": [
- {
- "start": "2020-01-01T14:48:00.000Z",
- "end": "2020-01-01T14:48:00.000Z"
}
]
}
]
}