Skip to main content

List Axle Configurations

Returns a list of Axle Configurations

Responses

OK

Response Headers

  • X-PaginationLimit string

    The per page limit. Currently set to 100 but subject to change at any time.

  • X-Pagination-Current-Page string

    The current page. Defaults to 1.

  • X-Pagination-Total-Pages string

    The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.

  • X-Pagination-Total-Count string

    The total number of records in the result set (across all pages).


Schema

array
  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • account_id integer

    Possible values: >= 1

  • name string

    This Axle Configuration's name.

  • description string

    This Axle Configuration's name.

  • vehicle_id integer

    Possible values: >= 1

  • active boolean

    Whether this is the Vehicle's current active Axle Configuration

  • axles object[]

    All Axles for this Axle Configuration

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • account_id integer

    Possible values: >= 1

  • axle_config_id integer

    Possible values: >= 1

  • is_powered boolean

    Whether this Axle is powered

  • sequence integer

    The Axle's sequence. The front-most Axle sequence is 0, the 2nd Axle sequence is 1, etc.

  • name string

    The Axle's name.

  • type_code string

    The type of Axle ie steer, drive trailer, liftable, dead, etc.

  • tire_positions object[]

    All Tire Positions for the Axle

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • axle_id integer

    Possible values: >= 1

  • left_right string

    Will be either left or right

  • inner_outer string

    This only applies to 'dually' Axles, ie an Axle that has dual Tire Positions on each end of the Axle.

  • tire object

    A Tire

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • part_id integer

    Possible values: >= 1

  • tire_position_id integer

    Possible values: >= 1

  • tread_depth float

    The Tread Depth of the Tire in 1/32 Inch

  • tread_depth_health string

    Possible values: [unknown, normal, warning, low]

    The Tread Depth health.

  • pressure float

    The Tire Pressure of the Tire in PSI

  • pressure_health string

    Possible values: [unknown, normal, warning, low]

    The Tire Pressure health

  • installed_at date-time
  • current_meter float

    The meter of the Tire

  • part object
  • number string

    The part number being used for this Part within Fleetio.

  • description string

    A description of this Part.

  • default_image_url string
  • tire_config object
  • aspect_ratio float

    Aspect ratio of tire.

  • rim_diameter float

    Rim diameter of tire.

  • load_index float

    Load index of tire.

  • metric_type string

    Possible values: [EU, P, HL, T, LT, C, ST]

    Metric type of tire.

  • width float

    Width of tire.

  • construction string

    Possible values: [B, R, D]

    Construction type of tire.

  • speed_rating string

    Possible values: [A1, A2, A3, A4, A5, A6, A7, A8, B, C, D, E, F, G, H, J, K, L, M, N, P, Q, R, S, T, U, V, W, Y]

    Speed rating of tire.

  • factory_tread_depth float

    factory_tread_depth support is currently in private beta.

    Tread depth of tire in /32" when new, as specified by the manufacturer.

  • minimum_tread_depth float

    minimum_tread_depth support is currently in private beta.

    The legal minimum tread depth, in /32".

  • life_expectancy integer

    life_expectancy support is currently in private beta.

    The Life Expectancy or “Warranty” of a tire is the expected meter range, usually measured in miles, of a given tire as specified by the manufacturer.

Loading...