Skip to main content

Trailer Config All Ep

POST 

/v1/trailer_config/all

Get Trailer Configurations

Retrieves all trailer configurations available.

Required Scopes (ia.r)

Response

id: str
The internal identifier for the trailer configuration.


trailer_config: string | None = None
The name of the trailer configuration.


code: string | None = None
Descriptor code for the weight group of each compartment, requiring 'Max' and 'Default' values.


values: object | None = None
Contains the number of compartments and the weight or volume that each compartment holds as a float.


updated_on: datetime | None = None
The timestamp of the most recent update to the trailer configuration data.

Show Deprecated

importance: string
Deprecated. Was used to denote the significance of the configuration.

Responses

Successful Response

[
{
"id": "string",
"importance": 0,
"trailer_config": "string",
"code": "string",
"values": [
0
],
"updated_on": "2025-12-17T21:49:50.571Z"
}
]
Loading...