v1
latestOpenAPI 3.1.02026-07-2617501.1 MBList vehicle gateway disconnect events
get/v1/eld_disconnects
Query parameters
vehicle_ids[]integer[]
Specify the ID of a vehicle or vehicles for which you want to view the vehicle gateway disconnects events.
start_datestring date
Specify the date from when you want to view the vehicle gateway disconnects events.
end_datestring date
Specify the end date till when you want to view the vehicle gateway disconnects events.
statusstring
Denotes the status of the Vehicle Gateway disconnect events. The values can be one of the following: all, open, resolved
per_pageinteger
Number of records to return per page.
page_nointeger
Denotes the current page number.
sort_fieldstring
Specify the field to sort the response with. Allowed values are: start_time, end_time, status.
sort_directionstring
Specify the order for displaying the response list. Allowed values are asc: Ascending, desc: Descending.
Response
200
Example response
{
"eld_disconnects": [
{
"eld_disconnect": {
"id": 48956952,
"offline_id": "3da3dd04-ff94-428d-b111-5a270e08c791",
"start_time": "2025-01-22T16:24:38Z",
"vehicle": {
"id": 1734279,
"number": "Manoj_India_VG5_AABV52BE140194"
},
"previous_driver": {
"id": 5299194,
"first_name": "Manoj Kalaivanan",
"last_name": "SUV (India)"
},
"end_time": "2025-01-22T16:28:38Z"
}
}
]
}