Get Recently Activated Devices
Get Recently Activated Devices
GET
https://{server_address}/api/v1/organization/device/last-activated
Fetch devices activated within the last N minutes, excluding devices from sub-organizations.
Query Parameters
Name
Type
Description
orgId
1
Identifier organization, that hold devices.
minutes
5
5 minutes is used by default. Should be a valid integer from 1 to 60.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
Request examples:
Last updated