Skip to main content

List Tires

GET 

https://secure.fleetio.com/api/v1/tires

Returns a list of Tires

Request

Query Parameters

    start_cursor string

    The start cursor for Keyset pagination.

    per_page integer

    Possible values: >= 2 and <= 100

    The number of records per page to return.

    Default value: 50
    filter object

    The fields, operations, and values to filter the records by.

    axle_config_id object
    oneOf
    includestringrequired
    vehicle_id object
    oneOf
    includestringrequired
    part_id object
    oneOf
    includestringrequired
    tire_position_id object
    oneOf
    includestringrequired
    created_at object
    oneOf
    ltstringrequired
    updated_at object
    oneOf
    ltstringrequired
    sort object

    The fields and direction to sort the results by.

    created_atSortAscDesc (string)

    Possible values: [asc, desc]

    updated_atSortAscDesc (string)

    Possible values: [asc, desc]

    idSortAscDescDefaultDesc (string)

    Possible values: [asc, desc]

    Default value: desc

Responses

OK

Schema
    start_cursorstringnullable

    The current start cursor of the records returned.

    next_cursorstringnullable

    The next cursor to retrieve the next page of records.

    per_pageinteger

    The maxumum number of records returned.

    estimated_remaining_countinteger

    The number of remaining records including the returned records, up to a maximum of 500.

    filtered_by object[]

    The filters applied to the returned record set.

  • Array [
  • anyOf
    axle_config_id object
    oneOf
    includestringrequired
  • ]
  • sorted_by object[]

    The sorts applied to the returned record set.

  • Array [
  • anyOf
    created_atSortAscDesc (string)

    Possible values: [asc, desc]

  • ]
  • records object[]
  • Array [
  • idintegerrequired

    The id of the Tire

    Example: 1
    tire_position_idintegernullablerequired

    A Tire Position id. The existence of a tire_position_id indicates this Tire is currently installed. Similiarly, if this value is null, then this Tire is not currently installed on a Vehicle.

    Example: 1
    part_idintegernullablerequired

    A Part id.

    Example: 1
    axle_config_idintegernullablerequired

    An Axle Configuration id. The existence of a axle_config_id indicates this Tire is currently installed. Similiarly, if this value is null, then this Tire is not currently installed on a Vehicle.

    Example: 1
    pressureintegernullablerequired

    The air pressure of the Tire in pounds per square inch (PSI)

    Example: 32
    tread_depthintegernullablerequired

    The tread depth of the Tire in /32 inch.

    Example: 12
    current_meternumberrequired

    The current meter of the Tire.

    Example: 19250
    created_atdate-timerequired

    When the Tire was created

    updated_atdate-timerequired

    When the Tire was last updated

  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64".
You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
curl -L 'https://secure.fleetio.com/api/v1/tires' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>'
Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— query
— query
— query
axle_config_id
vehicle_id
part_id
tire_position_id
created_at
updated_at
— query
created_at
updated_at
id
ResponseClear

Click the Send API Request button above and see the response here!