Get Devices Last Alive
GET {{baseUrl}}/v1/device/alive?deviceUids=<string>&deviceUids=<string>&limit=<integer>&descending=true
Get list of datetimes, when the devices were last active, 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. This parameter is deprecated and will be removed in the future. Use deviceUids in body instead. | |
deviceUids | string | List of device uids. For more information, view List parameters section. This parameter is deprecated and will be removed in the future. Use deviceUids in body instead. | |
limit | string | Page size. For more information, view Pagination section. | |
descending | boolean | Default true . Order resource in descending or ascending order by createdAt. |
Request Body
{"deviceUids"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[]