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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifier (alphanumeric) of a vehicle.
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.
x >= 0Specifies 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.
1 <= x <= 100Input usage details successfully returned with pagination