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 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

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

Request Params

KeyDatatypeRequiredDescription
limitstringPage size. For more information, view Pagination section.

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Acceptstring

RESPONSES

status: OK

[{&quot;uid&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deviceUid&quot;:&quot;\u003cstring\u003e&quot;,&quot;data&quot;:{},&quot;type&quot;:&quot;RESOLUTION&quot;},{&quot;uid&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deviceUid&quot;:&quot;\u003cstring\u003e&quot;,&quot;data&quot;:{},&quot;type&quot;:&quot;FRONT_DISPLAY_VERSION&quot;}]