Get Device History by Type
GET {{baseUrl}}/v1/device/:deviceUid/telemetry/:telemetryType?limit=<integer>
Telemetry history provides access to the device settings reported from the device.
This endpoint uses pagination. For more information view Pagination section. Max allowed page size is 100.
Using this endpoint you can get the current value of:
Settings type | Notes |
---|---|
DISPLAY_SETTING | Only available on Tizen with enabled Extended control |
INPUT_SOURCE | Only available on Tizen with enabled Extended control |
VOLUME | |
BRIGHTNESS | |
TIMERS | |
PROPRIETARY_TIMERS | |
RESOLUTION | |
ORIENTATION | |
REMOTE_CONTROL | |
APPLICATION_VERSION | |
FRONTDISPLAYVERSION | |
FIRMWARE_VERSION | |
DEBUG | |
DATETIME | |
POWERACTIONSSCHEDULE | |
TEMPERATURE | |
ONLINE_STATUS | |
BUNDLED_APPLET | |
PROXY | |
WIFI_STRENGTH | |
AUTO_RECOVERY | Only available on Tizen and WebOS |
PEER_RECOVERY | only available on Tizen |
IMPORTANT: Telemetry works on the following Core Apps versions
Platform | Min. version |
---|---|
Tizen | 2.3.0 |
webOS | 2.3.0 |
Brightsign | 1.5.0 |
Android | 3.13.0 |
signageOS OS | 2.0.0 |
Windows | 2.2.0 |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Page size. For more information, view Pagination section. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"uid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","deviceUid":"\u003cstring\u003e","data":{},"type":"RESOLUTION"},{"uid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","deviceUid":"\u003cstring\u003e","data":{},"type":"FRONT_DISPLAY_VERSION"}]