Vehicle Tires

Get Vehicle Tires Readings Historic

Retrieves the list of tire pressures for the vehicle for the specified period (default is the last 3 months), grouped by hour.

Maximum date range is 3 months.

Returns:

  • The list of tire pressures for the vehicle.

Possible Codes in Error Response (see Errors for error response schema and meaning of codes):

  • AUTHENTICATION_ERROR
  • REQUEST_VALIDATION_ERROR
  • RESOURCE_NOT_FOUND
  • SERVER_ERROR
get/v1/vehicles/{vehicle_id}/maintenance/tires/historic

Path parameters

vehicle_idstring required

Unique internal identifier for the vehicle.

Unique internal identifier for the vehicle.

Query parameters

from_datetimestring nullable

Start datetime for the tire pressure history, in ISO format. Date range must be 3 months or less.

Start datetime for the tire pressure history, in ISO format. Date range must be 3 months or less.

to_datetimestring nullable

End datetime for the tire pressure history, in ISO format. Date range must be 3 months or less.

End datetime for the tire pressure history, in ISO format. Date range must be 3 months or less.

Response

Successful Response