Dashboard
On this page
Operations on dashboard resources. 1 endpoint, each relative to https://api.nxgen.cloud/api/v1 and authenticated as described under Authentication.
GET /dashboard/counts/app
Get dashboard counts for app
Responses
Status | Description | Body |
|---|---|---|
200 | Success | object |
401 | Unauthorized | |
404 | Not Found |
Example 200 response:
{
"data": {
"siteCount": 6,
"armedDeviceCount": 5,
"disarmedDeviceCount": 0,
"customerCount": 4,
"alarmCountInLast24hr": 21
},
"isSuccess": true
}Was this page helpful?
Thank you — your feedback goes to the team that owns this page.