Gets list of devices.

Request

HTTP Request

GET /device

Parameters

Parameter NameRequiredTypeDescription
nameNostringFilter by device name.
namePatternNostringFilter by device name pattern.
networkIdNolongFilter by associated network identifier.
networkNameNostringFilter by associated network name.
sortFieldNostringResult list sort field. Available values are Name, Status, Network and DeviceClass.
sortOrderNostringAvailable values are ASC and DESC.
takeNointegerNumber of records to take from the result list.
skipNointegerNumber of records to skip from the result list.

Authorization

Access JSON Web Token (GetDevice)

Request Body

Do not supply a request body with this method.

Response

If successful, this method returns array of Device resources in the response body.

Property NameTypeDescription
idstringDevice unique identifier.
namestringDevice display name.
dataobjectDevice data, a JSON object with an arbitrary structure.
networkIdintegerAssociated network id.
isBlockedbooleanIndicates whether device is blocked.