Get the latest tire pressure and wear inspection data for one or more vehicles. You can filter by specific vehicle (assetId) or group, specify inspection types, include location information, and apply pagination. This endpoint returns comprehensive tire condition information including pressure, temperature, wear measurements, and defect status.
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.. If neither assetId nor groupId is provided, data for all vehicles accessible to the user under the specified customer will be returned.
Group identifier (alphanumeric). Use this to retrieve data for all vehicles within a specific group. If neither assetId nor groupId is provided, data for all vehicles accessible to the user under the specified customer will be returned.
Comma separated list of includes, e.g. 'TIRE_WEAR, TIRE_PRESSURE
["TIRE_WEAR", "TIRE_PRESSURE"]Whether to include each vehicle's last known location; the default is false
Only include vehicles whose tire wear/pressure have been updated since this date and time
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.
x >= 1200 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.