post https://services.azuga.com/azuga-ws-oauth/v3/trackee/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.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/trackee/summary?fromDate=2023-08-01 00:00:00 AM&toDate=2023-08-10 00:00:00 PM&vehicleIds=f165905c-d228-11e8-s417-fde07081wqr15
API Response glossary
Field | Description | Data Type |
---|---|---|
vehicleId | Unique identifier assigned to the associated vehicle. | String |
vehicleName | Name of the vehicle | String |
odometerReading | Initial odometer reading of the vehicle | Number |
currentOdometerReading | Latest odometer reading of the vehicle | Number |
engineRunTime | Engine run time in seconds from the Initial Engine hours set for vehicle | Number |
totalEngineRunTime | Total engine run time in hours directly from device since inception | Number |
vehicleSupportedOdoValue | Odometer reading directly from Vehicle's ECU in KMs | Number |
assetEngineRunTime | Asset engine run time in seconds | Number |
milesDrivenValue | Distance travelled by the vehicle in KMs | Number |
idlingValue | Number of idling events generated by the vehicle | Number |
hardBrakingValue | Number of hard braking events generated by the vehicle | Number |
speedingValue | Number of speeding events generated by the vehicle | Number |
hardAccelerationValue | Number of hard acceleration events generated by the vehicle | Number |
driveTimeValue | Total driving time in seconds | Number |
costPerMile | Cost per mile value | Number |
fuelConsumed | Fuel consumed value | Number |
seatBeltPercentage | Percentage of seatbelt worn by the driver | Number |
corneringValue | Number of Cornering events generated by the vehicle | Number |
consumedAir | For internal use | Number |
fuelTypeId | Unique identifier representing the fuel type. 1 - Gasoline 2 - Diesel | Number |