---
title: "Dashboard"
source: /de/gcxone/api/dashboard
locale: de
updated: 2026-09-04
---
Operationen an Dashboard-Ressourcen. 1 Endpunkt, jeweils relativ zu `https://api.nxgen.cloud/api/v1` und authentifiziert wie unter [Authentifizierung](/gcxone/api/authentication).

## GET /dashboard/counts/app

Dashboard‑Zähler für App abrufen

### Antworten

| Status | Beschreibung | Body |
| --- | --- | --- |
| 200 | Erfolg | Objekt |
| 401 | Nicht autorisiert |  |
| 404 | Nicht gefunden |  |

Beispiel `200` Antwort:

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