BootView WebApi

<back to all web services

GetCustomerBootLatestStatus

The following routes are available for this service:
GET/customers/{customerId}/bootlateststatusGets a list of the given customer's boots with the latest status of each boot. Only returns the list if this user has access to this customer.
GetCustomerBootLatestStatus Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer id

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /customers/{customerId}/bootlateststatus HTTP/1.1 
Host: api.paylock.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

[{"boot_Id":"00000000000000000000000000000000","boot_Serial_Number":"String","customer_Id":"00000000000000000000000000000000","boot_Unlock_Code_1":"String","boot_Unlock_Code_2":"String","boot_Unlock_Code_3":"String","boot_Unlock_Code_4":"String","date_Created":"\/Date(-62135596800000-0000)\/","is_Active":false,"last_Used_Code":0,"damaged":false,"boot_Version_Id":"00000000000000000000000000000000","firmware_Version_Id":"00000000000000000000000000000000","boot_Location":"00000000000000000000000000000000","boot_Location_Date":"\/Date(-62135596800000-0000)\/","boot_Status_Id":0,"boot_status_date":"\/Date(-62135596800000-0000)\/","boot_status_note":"String","boot_boot_record_id":"00000000000000000000000000000000","boot_status_label":"String","boot_History_Id":"00000000000000000000000000000000","boot_Revision_Id":"00000000000000000000000000000000","lot_Num":0,"date_Last_Code_Reset":"\/Date(-62135596800000-0000)\/","last_Status_Change_Date":"\/Date(-62135596800000-0000)\/"}]