Skip to content

Vehicle Summary

POST
/reports/vehicle-summary

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Request Body

JSON
{
"deviceId": 0,
"dateRange": "string",
"parameters": "string"
}

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
}
}

Samples