List Axle Config Templates
GEThttps://secure.fleetio.com/api/v1/axle_config_templates
Returns a list of Axle Config Templates
Request
Query Parameters
The start cursor for Keyset pagination.
Possible values: >= 2
and <= 100
The number of records per page to return.
50
filter object
sort object
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (auto)
- Example
Schema
The current start cursor of the records returned.
The next cursor to retrieve the next page of records.
The maxumum number of records returned.
The number of remaining records including the returned records, up to a maximum of 500.
filtered_by object[]
sorted_by object[]
records object[]
{
"start_cursor": "string",
"next_cursor": "string",
"per_page": 0,
"estimated_remaining_count": 0,
"filtered_by": [
{
"name": {
"like": "string"
}
},
{
"external_id": {
"eq": "string"
}
},
{
"created_at": {
"lt": "string"
}
},
{
"updated_at": {
"lt": "string"
}
}
],
"sorted_by": [
{
"created_at": "asc"
},
{
"updated_at": "asc"
},
{
"id": "asc"
}
],
"records": [
{
"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",
"is_trailer": false,
"axles_count_required": false
}
]
}
{
"start_cursor": "eyJpZCI6MX0=",
"next_cursor": null,
"per_page": 50,
"estimated_remaining_count": 27,
"filtered_by": [],
"sorted_by": [
{
"id": "asc"
}
],
"records": [
{
"id": 1,
"name": "4x2 FWD",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 2,
"name": "4x2 RWD",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 3,
"name": "4x2 RWD (Dually)",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 4,
"name": "4x2 AWD",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 5,
"name": "4x2 AWD (Dually)",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 6,
"name": "4x4",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 7,
"name": "4x4 (Dually)",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 8,
"name": "6x2",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 9,
"name": "6x4",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 10,
"name": "6x6",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 11,
"name": "8x2",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 12,
"name": "8x4",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 13,
"name": "8x6",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 14,
"name": "8x8",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 15,
"name": "10x4",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 16,
"name": "10x6",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 17,
"name": "10x8",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 18,
"name": "10x10",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 19,
"name": "12x4",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 20,
"name": "12x6",
"is_trailer": false,
"axles_count_required": false
},
{
"id": 21,
"name": "Single Axle",
"is_trailer": true,
"axles_count_required": false
},
{
"id": 22,
"name": "Tandem Axle (2 Tires per Axle)",
"is_trailer": true,
"axles_count_required": true
},
{
"id": 23,
"name": "Tandem Axle (4 Tires per Axle)",
"is_trailer": true,
"axles_count_required": true
},
{
"id": 24,
"name": "Tri-Axle (2 Tires per Axle)",
"is_trailer": true,
"axles_count_required": true
},
{
"id": 25,
"name": "Tri-Axle (4 Tires per Axle)",
"is_trailer": true,
"axles_count_required": true
},
{
"id": 26,
"name": "Multi-Axle (2 Tires per Axle)",
"is_trailer": true,
"axles_count_required": true
},
{
"id": 27,
"name": "Multi-Axle (4 Tires per Axle)",
"is_trailer": true,
"axles_count_required": true
}
]
}
The format or parameters of the request was invalid
- application/json
- Schema
- Example (auto)
Schema
errors object
{
"errors": {}
}
Request could not be authenticated
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 400
and <= 599
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.
A human-readable explanation specific to this occurrence of the problem.
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 (auto)
Schema
Possible values: >= 400
and <= 599
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.
A human-readable explanation specific to this occurrence of the problem.
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"
}
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
- ruby
- python
- csharp
- go
- java
- nodejs
- php
- CURL
curl -L 'https://secure.fleetio.com/api/v1/axle_config_templates' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>' \
-H 'Account-Token: <Authorization>'