GET/v1.0/dashboard/{corpId}/deviceStatusesDetailsRead-only

Populates various device statuses and respective device count on an account.

Parameters

corpIdpathstringrequired

Device group

startDatequerystringrequired

Start Date to generate dashboard report.

endDatequerystringrequired

End Date to generate dashboard report.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/dashboard/NORTHSTAR-ISD/deviceStatusesDetails?startDate=03%2F01%2F2026&endDate=03%2F11%2F2026" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →