| GET | /customers/{customerId}/bootlateststatus | Gets 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. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CustomerId | path | Guid | Yes | The customer id |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
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: 0001-01-01,
is_Active: False,
last_Used_Code: 0,
damaged: False,
boot_Version_Id: 00000000000000000000000000000000,
firmware_Version_Id: 00000000000000000000000000000000,
boot_Location: 00000000000000000000000000000000,
boot_Location_Date: 0001-01-01,
sub_Customer: String,
boot_Status_Id: 0,
boot_status_date: 0001-01-01,
boot_status_note: String,
boot_boot_record_id: 00000000000000000000000000000000,
boot_status_label: String,
boot_Revision_Id: 00000000000000000000000000000000,
lot_Num: 0,
date_Last_Code_Reset: 0001-01-01,
last_Status_Change_Date: 0001-01-01
}
]