Get device history
GET/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 |
Request
Responses
- 200
- 404
Successful response
Response Headers
Link
Not Found
Response Headers
Content-Type