Driver Input Usage
Returns input usage details for each instance when an input on a vehicle was activated on a vehicle driven by the driver in the specified period. The input deactivation does not have to be within the specified period. Details of an input activated during a private journey are not included in the response.
The value specified for the endDate cannot be before startDate and the date range between startDate and endDate cannot be more than 90 days.
A value for driverId must be specified and only inputs activated on a vehicle driven by the specified driver are included in the output.
If there are more than 50 input usage details that match the search criteria, then by default only the first 50 input usage details are returned. To view details of the other input usage details you will need to specify values for pageSize and pageIndex.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
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.
Flag to enable secondary group assignments in the response
Unique identifier of the driver to retrieve input usage for
