Retrieve Axle Configuration
Retrieve the details of an existing Axle Configuration.
Path Parameters
- id string required
The Fleetio ID of the relevant Axle Configuration
- 200
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- 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 integerPossible values:
>= 1
created_at date-timeThe date and time at which this record was created.
updated_at date-timeThe date and time at which this record was most recently updated.
account_id integerPossible values:
>= 1
axle_config_id integerPossible values:
>= 1
is_powered booleanWhether this Axle is powered
sequence integerThe Axle's sequence. The front-most Axle sequence is 0, the 2nd Axle sequence is 1, etc.
name stringThe Axle's name.
type_code stringThe type of Axle ie
steer
,drive
trailer
,liftable
,dead
, etc.tire_positions object[]
All Tire Positions for the Axle
id integerPossible values:
>= 1
created_at date-timeThe date and time at which this record was created.
updated_at date-timeThe date and time at which this record was most recently updated.
axle_id integerPossible values:
>= 1
left_right stringWill be either
left
orright
inner_outer stringThis only applies to 'dually' Axles, ie an Axle that has dual Tire Positions on each end of the Axle.
tire object
A Tire
id integerPossible values:
>= 1
created_at date-timeThe date and time at which this record was created.
updated_at date-timeThe date and time at which this record was most recently updated.
part_id integerPossible values:
>= 1
tire_position_id integerPossible values:
>= 1
tread_depth floatThe Tread Depth of the Tire in 1/32 Inch
tread_depth_health stringPossible values: [
unknown
,normal
,warning
,low
]The Tread Depth health.
pressure floatThe Tire Pressure of the Tire in PSI
pressure_health stringPossible values: [
unknown
,normal
,warning
,low
]The Tire Pressure health
installed_at date-timecurrent_meter floatThe meter of the Tire
part object
number stringThe part number being used for this Part within Fleetio.
description stringA description of this Part.
default_image_url stringtire_config object
aspect_ratio floatAspect ratio of tire.
rim_diameter floatRim diameter of tire.
load_index floatLoad index of tire.
metric_type stringPossible values: [
EU
,P
,HL
,T
,LT
,C
,ST
]Metric type of tire.
width floatWidth of tire.
construction stringPossible values: [
B
,R
,D
]Construction type of tire.
speed_rating stringPossible 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 floatfactory_tread_depth support is currently in private beta.
Tread depth of tire in /32" when new, as specified by the manufacturer.
minimum_tread_depth floatminimum_tread_depth support is currently in private beta.
The legal minimum tread depth, in /32".
life_expectancy integerlife_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.
{
"id": 0,
"created_at": "2023-03-14T13:46:27-06:00",
"updated_at": "2023-03-14T13:46:27-06:00",
"account_id": 0,
"name": "4x4",
"description": "4 wheel positions, 4 driven",
"vehicle_id": 0,
"active": true,
"axles": [
{
"id": 1,
"axle_config_id": 1,
"name": "Front Axle",
"sequence": 0,
"type_code": "steer",
"is_powered": true,
"tire_positions": [
{
"id": 1,
"axle_id": 1,
"left_right": "left",
"inner_outer": null,
"tire": [
{
"id": 1,
"part_id": null,
"tire_position_id": 1,
"tread_depth": 6,
"tread_depth_health": "warning",
"pressure": 28,
"pressure_health": "normal",
"current_meter": 4315,
"part": null
}
]
},
{
"id": 2,
"axle_id": 1,
"left_right": "right",
"inner_outer": null,
"tire": [
{
"id": 2,
"part_id": null,
"tire_position_id": 2,
"tread_depth": 4,
"tread_depth_health": "low",
"pressure": 34,
"pressure_health": "normal",
"current_meter": 4315,
"part": null
}
]
}
]
},
{
"id": 2,
"axle_config_id": 1,
"name": "Rear Axle",
"sequence": 1,
"rear_axle": "drive",
"is_powered": true,
"tire_positions": [
{
"id": 3,
"axle_id": 2,
"left_right": "left",
"inner_outer": null,
"tire": [
{
"id": 3,
"part_id": null,
"tire_position_id": 3,
"tread_depth": 12,
"tread_depth_health": "ok",
"pressure": 30,
"pressure_health": "ok",
"current_meter": 4315,
"part": null
}
]
},
{
"id": 4,
"axle_id": 2,
"left_right": "right",
"inner_outer": null,
"tire": [
{
"id": 4,
"part_id": null,
"tire_position_id": 4,
"tread_depth": 15,
"tread_depth_health": "normal",
"pressure": null,
"pressure_health": "unknown",
"current_meter": 4315,
"part": null
}
]
}
]
}
]
}
Request could not be authenticated
- application/json
- Schema
- Example (from schema)
Schema
- status integer
Possible values:
>= 400
and<= 599
- title string
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
- detail string
A human-readable explanation specific to this occurrence of the problem.
- instance string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Insufficient permission to perform this operation
- application/json
- Schema
- Example (from schema)
Schema
- status integer
Possible values:
>= 400
and<= 599
- title string
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
- detail string
A human-readable explanation specific to this occurrence of the problem.
- instance string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
The requested resource could not be located
- application/json
- Schema
- Example (from schema)
Schema
- status integer
Possible values:
>= 400
and<= 599
- title string
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
- detail string
A human-readable explanation specific to this occurrence of the problem.
- instance string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Something unexpected happened
- application/json
- Schema
- Example (from schema)
Schema
- status integer
Possible values:
>= 400
and<= 599
- title string
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
- detail string
A human-readable explanation specific to this occurrence of the problem.
- instance string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}