Returns the driver behaviour summary metrics for a driver.
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 driverId 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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Customer identifier
Identifier (alphanumeric) of a driver.
Must be provided if a value for groupId and vehicleId is not provided.
Identifier (alphanumeric) of a group.
Must be provided if a value for vehicleId and driverId is not provided.
Identifier (alphanumeric) of a vehicle.
Must be provided if a value for groupId and driverId is not provided.
The start date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss.
The end date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss.
Specifies the pagination page index.
Pages are zero indexed, i.e.
the first page has an index value of zero.
If not specified, then will default to a pageIndex of 0.
Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.
If not specified, then will default to a pageSize of 50.
Maximum pageSize is 100.
x <= 100