GET api/VehicleList?key={key}&signature={signature}&accountId={accountId}&motorUnit={motorUnit}&trailerUnit={trailerUnit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| signature | string |
Required |
|
| accountId | string |
Required |
|
| motorUnit | boolean |
Required |
|
| trailerUnit | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
VehicleResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | VehicleQry |
None. |
|
| Items | Collection of VehicleQry |
None. |
|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| Warnings | string |
None. |
|
| AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item": {
"Id": "a51deea0-8b3c-429c-b3c4-27d93c7e32ea",
"Plate": "sample string 2",
"IsMotorUnit": true,
"Brand": "sample string 4",
"Model": "sample string 5",
"Year": 6,
"Color": "sample string 7",
"MotorNumber": "sample string 8",
"VINNumber": "sample string 9",
"Length": 10.0,
"High": 11.0,
"Axles": 12,
"Weight": 13.0,
"Remarks": "sample string 14",
"Machinery": true,
"TrackerLinked": true,
"Assigned": true,
"AssignedDriver": "sample string 18",
"AssignedDriverId": "8d8879a6-a397-4c58-b629-168e0cb72297",
"AssignedDriverAt": "2025-11-01T07:50:08.3284645+01:00"
},
"Items": [
{
"Id": "a51deea0-8b3c-429c-b3c4-27d93c7e32ea",
"Plate": "sample string 2",
"IsMotorUnit": true,
"Brand": "sample string 4",
"Model": "sample string 5",
"Year": 6,
"Color": "sample string 7",
"MotorNumber": "sample string 8",
"VINNumber": "sample string 9",
"Length": 10.0,
"High": 11.0,
"Axles": 12,
"Weight": 13.0,
"Remarks": "sample string 14",
"Machinery": true,
"TrackerLinked": true,
"Assigned": true,
"AssignedDriver": "sample string 18",
"AssignedDriverId": "8d8879a6-a397-4c58-b629-168e0cb72297",
"AssignedDriverAt": "2025-11-01T07:50:08.3284645+01:00"
},
{
"Id": "a51deea0-8b3c-429c-b3c4-27d93c7e32ea",
"Plate": "sample string 2",
"IsMotorUnit": true,
"Brand": "sample string 4",
"Model": "sample string 5",
"Year": 6,
"Color": "sample string 7",
"MotorNumber": "sample string 8",
"VINNumber": "sample string 9",
"Length": 10.0,
"High": 11.0,
"Axles": 12,
"Weight": 13.0,
"Remarks": "sample string 14",
"Machinery": true,
"TrackerLinked": true,
"Assigned": true,
"AssignedDriver": "sample string 18",
"AssignedDriverId": "8d8879a6-a397-4c58-b629-168e0cb72297",
"AssignedDriverAt": "2025-11-01T07:50:08.3284645+01:00"
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}