The Driver Behaviour endpoints (summary, metrics, group metrics and Group Ranking) should be used instead of EcoDrive Driver Score.
Returns the score for a driver based on journeys that started in the specified period.
The end date of the journey does not have to be within the specified period.
The value specified for the endDate cannot be before startDate and the date range between startDate and endDate cannot be more than 90 days Connect API Reference / Version 1.39 / 204 / CLASSIFICATION : MCF-Internal One of driverId or groupId must be provided.
If driverId is specified, then details for the specified driver are included in the output.
If groupId is specified, then details for all drivers in the specified group are included in the output.
Either driveId or groupId can be specified as an input parameter, an error is returned if both are specified.
If there are details for more than 20 vehicles to return, then by default only the first 20 vehicles are returned.
To view details of the other vehicles you will need to specify values for pageSize and pageIndex.
In ecoDrive, a speeding event is when the vehicle’s speed exceeds the value set for the ecoDrive speed threshold.
The ecoDrive speed threshold is not checked against the road speed limit and is not the same as a speeding episode.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
Identifier (alphanumeric) for the driver.
Must be specified if a value for groupId has not been specified.
Identifier (alphanumeric) of a group.
Must be specified if a value for driverId has not been specified.
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 20.