GET /v1/daily-overview
GET/v1/daily-overview
Aggregated overview for a single day. Phase B serves the self scope only.
Query-Parameter
| Name | Typ | Beschreibung |
|---|
date | string<date> | |
scope | string | |
scopeId | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/daily-overview \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.daily-overview.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |