Search Devices
Search Organization Devices
GET
https://{server_address}/api/v1/organization/search/devices
sortBy
query parameter could accept the following values: Device Id
, Name
(stands for device's name), Auth Token
, Owner Id
(stands for device's owner name), Device Owner Name
, Device Owner
(stands for device's owner email), Last Reported At
, Activated At
, Activated By
(stands for email of user, that activated device), Model
(stands for device's model), Template Name
, Template Id
, Firmware Version
, Organization Id
, Status
(stands for device's status).
Query Parameters
query*
Device name
Search query. Should be up to 255 symbols.
page
0
Page number starting from 0. First page by default.
size
20
Page size. Should be from 1 to 100. 20 by default.
sortBy
Device Id
Field to sort result by.
sortOrder
ASC
Sorting order. Could be ASC
(ascending sort order) or DESC
(descending sort order). ASC
by default.
Headers
Authorization*
Bearer {access_token}
Request examples:
Last updated