Retrieve the registrations for a device
Retrieves the identifiers of the orders that the device registered for.
URL
GET https://your-web-service.com/v1/devices/{deviceIdentifier}/registrations/{orderTypeIdentifier}?ordersModifiedSince={lastModified}Path Parameters
| Name | Type | Description |
|---|---|---|
orderTypeIdentifier Required | string | The order type identifier of the order. This value corresponds to the value of the |
deviceIdentifier Required | string | A unique identifier used to recognize and authenticate the device. |
Query Parameters
| Name | Type | Description |
|---|---|---|
lastModified Optional | string | The value of the |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | Matching Orders Content-Type: application/json | OrderIdentifiers | The request was successful and the response includes the identifiers for the matching orders. |
| 204 | No Matching Orders | There are no matching orders. |