v1
latestOpenAPI 3.0.02026-07-24189145350.1 KBVehicles
Get all vehicles with routes
Get vehicles with routes
get/vehicles-routes
Query parameters
limitinteger
Max number of rows that will be displayed per request
offsetinteger
Number of rows skipped from the beginning of the cursor
fromstring required
From date that you want to search (must have an ending date and the interval cannot be more than 7 days)
tostring required
To date that you want to search (must have an starting date and the interval cannot be more than 7 days)
Response
Get all vehicles
Example response
{
"data": [
{
"telemetry": {
"course": "0",
"ignition": "0",
"totalDistanceByOdometer": "0",
"horometer": "0"
}
}
]
}