Get Devices Latest Telemetries
GET {{baseUrl}}/v1/device/telemetry/latest?deviceUids=<string>&deviceUids=<string>&limit=<integer>
Get list all telemetry records (e.g.: REMOTECONTROL, OFFLINERANGE and etc.), for all or list of selected devices in the current organization.
This endpoint uses pagination. For more information view Pagination section.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
deviceUids | string | List of device uids. For more information, view List parameters section. | |
deviceUids | string | List of device uids. For more information, view List parameters section. | |
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":{"version":"\u003cstring\u003e"},"type":"APPLICATION_VERSION"},{"uid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","deviceUid":"\u003cstring\u003e","data":{"version":"\u003cstring\u003e"},"type":"APPLICATION_VERSION"}]