Get historical tire wear measurements and inspection data for a specific vehicle and Identifier of a vehicle. Retrieve data within a specified date range with mandatory start and end dates and optional pagination. Returns tread depth measurements by groove, inspection status, and additional tire condition information for each tire on the vehicle.
Authorization header containing a Bearer token of the form Bearer [token], where [token] is a JWT used to authorize the request
Identifier (alphanumeric) of a vehicle.
Only events occurring on or after this date will be included in the response
Only events occurring before this date will be included in the response
Specifies the pagination page index. Pages are zero indexed, i.e. the first page has an index value of zero.
1
Specifies the number of items to include on a page. Must be specified if pageIndex has been specified.
50
200 response
The current page index (zero-based).
0
The number of items per page.
25
The total number of pages available.
10
The total number of items available.
250
The number of items returned in the current response.
25
Indicates if there is a next page available.