Retrieve Information About Multiple Endpoints

get

/iot/api/v2/devices

Retrieve a collection of devices records. This request supports querying devices. That allows retrieving devices list by various filters

Request

Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Successfully processed.
Body ()
Root Schema : DeviceImpl_receive
Type: object
Show Source
Nested Schema : childrenDevices
Type: object
Property description was not set
Show Source
Nested Schema : ConnectivityStatus_receive
Type: object
Show Source
Nested Schema : deviceModels
Type: array
Property description was not set
Show Source
Nested Schema : directlyConnectedOwner
Type: object
Show Source
Nested Schema : location
Type: object
Show Source
Nested Schema : Logs_receive
Type: object
Show Source
Nested Schema : metadata
Type: object
Property description was not set
Show Source
Nested Schema : resources
Type: object
Property description was not set
Show Source
Nested Schema : DeviceModelModel_receive
Type: object
Show Source
Nested Schema : actions
Type: array
Property description was not set
Show Source
Nested Schema : attributes
Type: array
Property description was not set
Show Source
Nested Schema : formatObjects
Type: array
Property description was not set
Show Source
Nested Schema : DeviceModelActionModel_receive
Type: object
Show Source
Nested Schema : arguments
Type: array
Property description was not set
Show Source
Nested Schema : DeviceModelActionArgumentModel_receive
Type: object
Show Source
Nested Schema : DeviceModelAttributeModel_receive
Type: object
Show Source
Nested Schema : MessageFormatModel_receive
Type: object
Show Source
Nested Schema : MessageFormatValue_receive
Type: object
Show Source
Nested Schema : fields
Type: array
Property description was not set
Show Source
Nested Schema : MessageFormatField_receive
Type: object
Show Source
Nested Schema : LogBuffer_receive
Type: object
Show Source

400 Response

Bad Request. The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

401 Response

Unauthorized. The request requires user authentication.

406 Response

Request Not Acceptable. The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
Back to Top