Dashboard

Fleet dashboard analytics: usage, device status, web activity, homework gap, and trend data.

1 of 21

Filtering by query: /v1.0/dashboard/{corpId}/deviceGroupsList/

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

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
  }
]

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.