Get tire defect history for one or more vehicles within a specified date range (not exceeding 6 months). Filter by severity level, specific vehicle (assetId), or group. Returns comprehensive defect information including category, type, entity type, severity, expected resolution date, and detailed properties such as pressure readings, wear measurements, or configuration issues.
Authorization header containing a Bearer token of the form Bearer [token], where [token] is a JWT used to authorize the request
The result will include defects that occurred between startDateTime and endDateTime, not exceeding 6 months
The result will include defects that occurred between startDateTime and endDateTime, not exceeding 6 months
Filter by severity of the defect. If not provided, all severities will be returned.
ATTENTION, MINOR, MODERATE, MAJOR, CRITICAL, INFORMATION, NOT_INSTALLED, OTHER_ACTION 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.
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.