Get Vehicle Summary From - To By Vehicle Group
GET/history/summary/vehicles/full/by-vehicle-group/client/from/to
Returns a summary for all vehicles under the specified client and vehicle group.
{{http}}://{{domain}}/api/v1/history/summary/vehicles/{{summary-type}}/by-client/{{client_id}}/date/{{date}}/period/{{period}}
Different summary types can be returned by providing one of the folliowing summary-type arguments:
full: Returns all available summary data for each vehicle.distances: Returns the distances travelled for each vehicle over the period.max-speed: Returns the maximum speeds reached for each vehicle over the period.avg-speed: Returns the average speeds travelled for each vehicle over the period.speeding-distances: Returns the over-speeding distances for each vehicle over the period.speeding-durations: Returns the total over-speeding duration for each vehicle over the period.driving-durations: Returns the total driving durations for each vehicle over the period.idling-durations: Returns the total idling durations for each vehicle over the period.engine-hours: Returns the total engine hours for each vehicle over the period.trip-count: Returns the total number of trips for each vehicle over the period.
The period argument specifies the period for which to retrieve the data and can be one of the following yesterday, today, last-week, this-week, last-month, this-month
Request
Responses
- 200
Successful response