Get Vehicle Summary By Type and By Client Over Period
GET/history/summary/vehicles/speeding-distances/by-client/date/period/this-month#get-vehicle-summary-by-type-and-by-client-over-period
Returns a summary for all vehicles under the specified client.
{{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
Responses
- 200
Successful response