Driver Behaviour Group Metrics
POST request to return behaviour metrics for a group for the specified period.
The value specified for the endDate cannot be before startDate and the date range between startDate and endDate should be at least 7 days.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Body
Request parameters for group behaviour metrics including date range, metrics keys, and group identifier
Start date and time for the behaviour metrics period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC.
End date and time for the behaviour metrics period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC.
Array of keys for the KPI to return details for. Possible values:
- DrivingPercentage (Cleaner KPI)
- SpeedCompliance (Safe Speed KPI)
- HarshEventsPercentage (Smoother KPI)
Timezone identifier for the request (e.g., 'Europe/London', 'UTC')
Unique identifier of an existing group to retrieve behaviour metrics for
