GET api/CheckList?apiKey={apiKey}&vehicleID={vehicleID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
vehicleID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleCheckListName | Description | Type | Additional information |
---|---|---|---|
VehicleCheckListID | globally unique identifier |
None. |
|
Name | string |
None. |
|
CheckOutCheckInStatus | CheckOutCheckInStatus |
None. |
|
VehicleCheckListIDs | Collection of globally unique identifier |
None. |
|
CheckInStatus | boolean |
None. |
|
CheckOutStatus | boolean |
None. |
|
TransactionID | globally unique identifier |
None. |
|
TransactionType | TransactionType |
None. |
|
ReplacementID | globally unique identifier |
None. |
|
VehicleID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "VehicleCheckListID": "a17749cb-7916-4cf7-b580-1e570c838a0b", "Name": "sample string 2", "CheckOutCheckInStatus": 1, "VehicleCheckListIDs": [ "a33d72b7-27d5-40fc-a827-e0fc46c46a3f", "960960ec-ef90-41a7-8b82-7ffe27b1faab" ], "CheckInStatus": true, "CheckOutStatus": true, "TransactionID": "28305331-cde0-4b22-9ce2-029610635a25", "TransactionType": 0, "ReplacementID": "c2ea075c-f2ad-4947-a03b-db8db17b132c", "VehicleID": "a6fdecb6-c4bf-4ea0-adb3-bc44d6ae4625" }, { "VehicleCheckListID": "a17749cb-7916-4cf7-b580-1e570c838a0b", "Name": "sample string 2", "CheckOutCheckInStatus": 1, "VehicleCheckListIDs": [ "a33d72b7-27d5-40fc-a827-e0fc46c46a3f", "960960ec-ef90-41a7-8b82-7ffe27b1faab" ], "CheckInStatus": true, "CheckOutStatus": true, "TransactionID": "28305331-cde0-4b22-9ce2-029610635a25", "TransactionType": 0, "ReplacementID": "c2ea075c-f2ad-4947-a03b-db8db17b132c", "VehicleID": "a6fdecb6-c4bf-4ea0-adb3-bc44d6ae4625" } ]
application/xml, text/xml
Sample:
<ArrayOfVehicleCheckList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Vehicles"> <VehicleCheckList> <CheckInStatus>true</CheckInStatus> <CheckOutCheckInStatus>CheckOut</CheckOutCheckInStatus> <CheckOutStatus>true</CheckOutStatus> <Name>sample string 2</Name> <ReplacementID>c2ea075c-f2ad-4947-a03b-db8db17b132c</ReplacementID> <TransactionID>28305331-cde0-4b22-9ce2-029610635a25</TransactionID> <TransactionType>None</TransactionType> <VehicleCheckListID>a17749cb-7916-4cf7-b580-1e570c838a0b</VehicleCheckListID> <VehicleCheckListIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>a33d72b7-27d5-40fc-a827-e0fc46c46a3f</d3p1:guid> <d3p1:guid>960960ec-ef90-41a7-8b82-7ffe27b1faab</d3p1:guid> </VehicleCheckListIDs> <VehicleID>a6fdecb6-c4bf-4ea0-adb3-bc44d6ae4625</VehicleID> </VehicleCheckList> <VehicleCheckList> <CheckInStatus>true</CheckInStatus> <CheckOutCheckInStatus>CheckOut</CheckOutCheckInStatus> <CheckOutStatus>true</CheckOutStatus> <Name>sample string 2</Name> <ReplacementID>c2ea075c-f2ad-4947-a03b-db8db17b132c</ReplacementID> <TransactionID>28305331-cde0-4b22-9ce2-029610635a25</TransactionID> <TransactionType>None</TransactionType> <VehicleCheckListID>a17749cb-7916-4cf7-b580-1e570c838a0b</VehicleCheckListID> <VehicleCheckListIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>a33d72b7-27d5-40fc-a827-e0fc46c46a3f</d3p1:guid> <d3p1:guid>960960ec-ef90-41a7-8b82-7ffe27b1faab</d3p1:guid> </VehicleCheckListIDs> <VehicleID>a6fdecb6-c4bf-4ea0-adb3-bc44d6ae4625</VehicleID> </VehicleCheckList> </ArrayOfVehicleCheckList>