Skip to content

Vehicle Summary

POST
/reports/vehicle-summary

Authorizations

ApiKeyAuth

API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.

TypeAPI Key (header: Authorization)
ExampleeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Request Body

application/x-www-form-urlencoded
object

Responses

Request was successful
application/json
JSON
{
"numTrips": 0,
"totalDist": 0,
"totalTime": 0,
"avgDist": 0,
"avgTime": 0,
"idleTime": {
"total": 0,
"inWork": 0,
"inMaintenance": 0
},
"distances": {
"total": 0,
"inWork": 0,
"inMaintenance": 0
},
"ignitionTime": 0,
"movingTime": {
"total": 0,
"inWork": 0,
"inMaintenance": 0
},
"workTime": 0,
"maintenanceTime": 0,
"offTimes": {
"total": 0,
"inWork": 0,
"inMaintenance": 0
}
}

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python