GET api/VehicleList?key={key}&signature={signature}&accountId={accountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| signature | string |
Required |
|
| accountId | string |
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": "efaadbd5-1fe2-4921-aa46-44c56557a4f9",
"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": "59f79951-1017-4885-bb92-eae0785bcbc4",
"AssignedDriverAt": "2025-11-01T07:47:54.6305263+01:00"
},
"Items": [
{
"Id": "efaadbd5-1fe2-4921-aa46-44c56557a4f9",
"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": "59f79951-1017-4885-bb92-eae0785bcbc4",
"AssignedDriverAt": "2025-11-01T07:47:54.6305263+01:00"
},
{
"Id": "efaadbd5-1fe2-4921-aa46-44c56557a4f9",
"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": "59f79951-1017-4885-bb92-eae0785bcbc4",
"AssignedDriverAt": "2025-11-01T07:47:54.6305263+01:00"
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}