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 typeNotes
DISPLAY_SETTINGOnly available on Tizen with enabled Extended control
INPUT_SOURCEOnly 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_RECOVERYOnly available on Tizen and WebOS
PEER_RECOVERYonly available on Tizen
STORAGE

IMPORTANT: Telemetry works on the following Core Apps versions

PlatformMin. version
Tizen2.3.0
webOS2.3.0
Brightsign1.5.0
Android3.13.0
signageOS OS2.0.0
Windows2.2.0

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"uid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","deviceUid":"\u003cstring\u003e","data":{"version":"\u003cstring\u003e"},"type":"APPLICATION_VERSION"}