Skip to main content

List Axle Configurations

GET 

https://secure.fleetio.com/api/axle_configs

Returns a list of Axle Configurations

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.

    active object
    eqstringrequired

    Possible values: [true, false]

    Default value: true
    is_trailer object
    eqstringrequired

    Possible values: [true, false]

    Default value: true
    vehicle_id object
    oneOf
    includestringrequired
    axle_config_template_id object
    oneOf
    includestringrequired
    name object
    oneOf
    likestringrequired
    created_at object
    oneOf
    ltstringrequired
    updated_at object
    oneOf
    ltstringrequired
    sort object

    The fields and direction to sort the results by.

    idSortAscDescDefaultDesc (string)

    Possible values: [asc, desc]

    Default value: desc
    created_atSortAscDesc (string)

    Possible values: [asc, desc]

    updated_atSortAscDesc (string)

    Possible values: [asc, 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
    active object
    eqstringrequired

    Possible values: [true, false]

    Default value: true
  • ]
  • sorted_by object[]

    The sorts applied to the returned record set.

  • Array [
  • anyOf
    updated_atSortAscDesc (string)

    Possible values: [asc, desc]

  • ]
  • records object[]
  • Array [
  • idinteger
    namestring

    This Axle Configuration's name.

    Example: 4x4
    descriptionstringnullable

    This Axle Configuration's description.

    Example: 4 wheel positions, 4 driven
    axle_config_template_idintegernullable

    The Id of the AxleConfigTemplate associated with this Axle Config.

    vehicle_idinteger

    The Id of the Vehicle associated with this Axle Config.

    activeboolean

    Whether this is the Vehicle's current active Axle Configuration

    axles_countinteger

    The count of Axles represented in this Axle Config.

    is_trailerboolean

    Whether or not this is Axle Config is for a trailer.

    tire_positions_countinteger

    The count of tire positions represented in this Axle Config.

    tires_countinteger

    The number of Tires represented in this Axle Config.

    vehicle object

    A Vehicle

    idintegerrequired
    namestringrequired

    This vehicle's name.

    colorstringnullable

    The color of this Vehicle.

    license_platestringnullable

    The license plate number of this Vehicle.

    vinstringnullable

    The Vehicle Identification Number of this Vehicle.

    yearstringnullable

    This Vehicle's model year.

    makestringnullable

    The name of this Vehicle's manufacturer.

    modelstringnullable

    The name of the model of this Vehicle.

    trimstringnullable

    The trim level of this Vehicle.

    registration_expiration_monthintegernullable

    The month in which this Vehicle's registration expires.

    Possible values: >= 0 and <= 12

    registration_statestringnullable

    The state, province, or territory in which this Vehicle is registered.

    default_image_url_smallstringnullable

    The URL of a small-sized version of the default image for this Vehicle.

  • ]

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)

Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— query
— query
— query
activeeq
is_trailereq
vehicle_id
axle_config_template_id
name
created_at
updated_at
— query
id
created_at
updated_at
ResponseClear

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