---
title: "Dashboard"
source: /gcxone/api/dashboard
locale: en
updated: 2026-09-04
---
Operations on dashboard resources. 1 endpoint, each relative to `https://api.nxgen.cloud/api/v1` and authenticated as described under [Authentication](/gcxone/api/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:

```json
{
  "data": {
    "siteCount": 6,
    "armedDeviceCount": 5,
    "disarmedDeviceCount": 0,
    "customerCount": 4,
    "alarmCountInLast24hr": 21
  },
  "isSuccess": true
}
```