Get All Devices
Get Organization Devices
GET
https://{server_address}/api/v1/organization/devices
Get a list of devices in your organization
Query Parameters
Name
Type
Description
page
0
Page number starting from 0. First page by default.
size
20
Page size. Should be from 1 to 100. 20 by default.
includeSubOrgDevices
false
If specified, we will also include devices, that belong to sub-organizations.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
Request examples:
Last updated