Retrieve Information about Devices that Participate in an Application

get

/iot/api/v2/apps/{app-id}/devices

Retrieve a collection of Devices records. The devices that participate in an application is intersection of following two sets of devices

  • All the devices that implement at least one of the device models consumed by the app
  • All the devices that are members of at least one device group created for the app

If there is no device selection criteria specified for the device selection group/s for the app, then basically all the devices corresponding to all the device models that the app consumes would be returned for the API

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Successfully processed.
Body ()
Root Schema : DeviceImpl_receive_list
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
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.

403 Response

Forbidden. The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.

404 Response

Not Found. The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

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