GET/v1.0/dashboard/{corpId}/deviceGroupsList/Read-only

Returns a list of device groups in hierarchical order based on provided corpId

Parameters

corpIdpathstringrequired

Device Group

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/dashboard/NORTHSTAR-ISD/deviceGroupsList/" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"
Response · 200 OK
[
  {
    "description": "Northstar ISD",
    "corpId": "NORTHSTAR-ISD",
    "selectable": false
  },
  {
    "description": "  Elementary Schools",
    "corpId": "NORTHSTAR-ELEM",
    "selectable": true
  },
  {
    "description": "  Transportation",
    "corpId": "NORTHSTAR-BUS",
    "selectable": true
  }
]

Try this operation in the interactive explorer →