Skip to content

Get all Devices in the device group
Stable

Request

Security
SCAPIAuthToken
Path
pipeline_idstring, (uuid)required

ID of the Pipeline

targetlist_idstring, (uuid)required

ID of the Target List

device_group_idstring, (uuid)required

ID of the Device Group

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/pipelines/v0/pipelines/{pipeline_id}/targetlists/{targetlist_id}/devicegroups/{device_group_id}/devices/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

All Devices in Device group

Bodyapplication/json
codeinteger
messagestring
contentobject
Response
{ "code": 0, "message": "string", "content": { "count": 0, "previous": "string", "next": "string", "results": [] } }