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
VehicleResultName | 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": "00d5a8b1-46f9-4c5c-9128-d5cb29cb2657", "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": "794a8686-759c-41c9-9629-c73b54c7add4", "AssignedDriverAt": "2025-02-07T07:08:01.9707619+01:00" }, "Items": [ { "Id": "00d5a8b1-46f9-4c5c-9128-d5cb29cb2657", "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": "794a8686-759c-41c9-9629-c73b54c7add4", "AssignedDriverAt": "2025-02-07T07:08:01.9707619+01:00" }, { "Id": "00d5a8b1-46f9-4c5c-9128-d5cb29cb2657", "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": "794a8686-759c-41c9-9629-c73b54c7add4", "AssignedDriverAt": "2025-02-07T07:08:01.9707619+01:00" } ], "Error": true, "ErrorCode": "sample string 2", "ErrorDescription": "sample string 3", "Warnings": "sample string 4", "AccessGranted": true }