v1
latestOpenAPI 3.1.02026-07-2617501.1 MBFetch the available timelines for a vehicle
get/v1/video_recall_requests/vehicles/available_timelines
Query parameters
vehicle_numberstring
Specify the number of the vehicle for which you want to view the available timelines.
Response
200
Example response
{
"vehicle": {
"id": 1182,
"number": "LBB_3.5Ca_01190110"
},
"primary_entity": "vehicle",
"eld_device": {
"id": 5333,
"identifier": "01190110"
},
"available_timelines": [
{
"end_time": "2020-04-13T19:38:18Z",
"start_time": "2020-04-13T19:37:40Z"
}
],
"quota_info": {
"regular": {
"used_minutes": 43,
"remaining_minutes": 207,
"total_minutes": 250
},
"timelapse": {
"used_minutes": 490,
"remaining_minutes": 510,
"total_minutes": 1000
}
}
}