View Vehicle Summary

This API allows you to view the summary of a vehicle data. You are allowed to filter the result for a vehicle using 'vehicleIds' query parameter and time period using 'fromDate' and 'toDate'. The endpoint fetches the result of all vehicles in the account when 'vehicleIds' parameter is not passed. Either 'latestData' OR 'fromDate' and 'toDate' are mandatory fields.

Query Params
boolean
Defaults to false

The latest cumulative data of the vehicle since creation. If you set this to true, only the following fields would show valid information in the result response - vehicleId, vehicleName, odometerReading, currentOdometerReading, engineRunTime, totalEngineRunTime, assetEngineRunTime and milesDrivenValue. Set this parameter to false if you want to filter the data between a date frame. The parameters - fromDate and toDate are valid only if latestData = false

string

'From' date in 'YYYY-MM-DD hh:mm:ss a' UTC time format. This is valid only when latestData = false

string

'To' date in 'YYYY-MM-DD hh:mm:ss a' UTC time format. This is valid only when latestData = false

string

The unique identifiers of the vehicle which you would like to filter the results. To fetch all the vehicle result, omit this parameter from the query parameters.

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json