Vehicle Input Usage
Returns input usage details for each instance when an input on a vehicle was activated 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 vehicleId must be specified and only inputs activated on the specified vehicle 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
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.
Flag to enable secondary group assignments in the response
Unique identifier of the vehicle to retrieve input usage for
