Get Device Latest Telemetry by Type
GET {{baseUrl}}/v1/device/:deviceUid/telemetry/:telemetryType/latest
Telemetry provides access to the latest device settings reported from the device.
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 |
STORAGE |
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 |
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":{"version":"\u003cstring\u003e"},"type":"APPLICATION_VERSION"}