get https://{url}/core/v1/partner/devices//history
Returns historical state data for a device.
Returned Data
Array of command objects:
| Name | Type | Description |
|---|---|---|
| created_at | timestamp | History snapshot timestamp. |
| state | object | Device's state at timestamp. |
Returns historical state data for a device.
Returned Data
Array of command objects:
| Name | Type | Description |
|---|---|---|
| created_at | timestamp | History snapshot timestamp. |
| state | object | Device's state at timestamp. |
Try It! to start a request and see the response here!