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
- 200
Successful Response
- application/json
- Example (from schema)
[
{
"id": "string",
"trailer_number": "string",
"configuration": "string",
"depot": "string",
"make": "string",
"model": "string",
"weight": 0,
"updated_on": "2025-12-19T21:24:56.949Z",
"extra_data": {}
}
]
Loading...