Returns a list of device groups in hierarchical order based on provided corpId
Parameters
corpIdpathstringrequiredDevice 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
}
]