/api/v1/vehicles
GET
https://api-test.spotgo.eu/api/v1/vehicles
Vehicles
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-test.spotgo.eu/api/v1/vehicles'
Response Response Example
200 - Example 1
[
{
"owner": "string",
"sources": [
0
],
"requirements": {
"vehicleType": 0,
"trailerType": 0,
"capacity": 0,
"ldm": 0,
"pallets": 0,
"interestedInLtl": true,
"capabilities": [
0
]
},
"loading": {
"address": {
"countryCode": "string",
"city": "string",
"postalCode": "string"
},
"period": {
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z"
}
},
"unloading": {
"address": [
{
"countryCode": "string",
"city": "string",
"postalCode": "string"
}
]
},
"range": 0,
"comments": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z"
}
]
Request
Query Params
skip
integer <int32>
optional
limit
integer <int32>
optional
Responses
Modified at 2025-05-04 13:27:46