Skip to main content

Trailer All Ep

POST 

/v1/trailer/all

Trailer All

Retrieves all trailers along with their details from the system.

Required Scopes (ia.r)

Response

id: str
The internal identifier for the trailer.


trailer_number: str
The unique number associated with the trailer.


configuration: str | None = None
The configuration name of the trailer.


depot: str | None = None
The depot with which the trailer is associated.


make: str | None = None
The make of the trailer.


model: str | None = None
The specific model or type of the trailer.


weight: float | None = None
The weight of the trailer.


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


extra_data: dict | None = {}
Any additional data provided or managed by the client through the integration endpoints.

Responses

Successful Response

[
{
"id": "string",
"trailer_number": "string",
"configuration": "string",
"depot": "string",
"make": "string",
"model": "string",
"weight": 0,
"updated_on": "2025-12-17T21:49:50.570Z",
"extra_data": {}
}
]
Loading...