Get device history
GET {{baseUrl}}/v1/device/:deviceUid/action-log
Action log includes complete history of actions performed with the device as well as the action originator (user/api) and the result. You can see the Action log in a History tab on device detail page in Box.
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | unique device identification |
descending | boolean | optional | true or false |
limit | number | optional | limit the number of returned results |
since | timestamp | optional | limit result by date and time |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[]