---
title: "Dashboard"
source: /nl/gcxone/api/dashboard
locale: nl
updated: 2026-09-04
---
Operaties op dashboard‑resources. 1 endpoint, elk relatief ten opzichte van `https://api.nxgen.cloud/api/v1` en geauthenticeerd zoals beschreven onder [Authenticatie](/gcxone/api/authentication).

## GET /dashboard/counts/app

Haal dashboard‑tellingen op voor app

### Responsen

| Status | Beschrijving | Body |
| --- | --- | --- |
| 200 | Succes | object |
| 401 | Niet geautoriseerd |  |
| 404 | Niet gevonden |  |

Voorbeeld `200` respons:

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