Driver Behaviour Vehicle Summary
Returns the behaviour summary metrics for a vehicle.
The value specified for the endDate cannot be before startDate and the date range between startDate and endDate must be at least 7 days and cannot be more than 31 days.
A value for either vehicleId or groupId must be specified.
If there are more than 50 details that match the search criteria, then by default only the first 50 summary details are returned. To view details of the summary details you will need to specify values for pageSize and pageIndex.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Specifies the pagination page index.
Pages are zero indexed, i.e. the first page has an index value of zero.
Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.
Start date and time for the search period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC. Required.
End date and time for the search period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC. Required and must be within 7 days of startDate.
Unique, unchangeable system generated identifier (alphanumeric) for the driver.
Identifier (alphanumeric) of a group. Must be provided if a value for vehicleId is not provided
Identifier (alphanumeric) of a vehicle. Must be provided if a value for groupId is not provided.
