API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · daily_overview_archives

Daily Overview Archive

Schema-ID
daily_overview_archive
Collection
daily_overview_archives
Permissions
  • Lesendaily_closing_admin
  • Anlegendaily_closing_admin
  • Änderndaily_closing_admin
  • Löschendaily_closing_admin

Felder

Daily Overview Archive

daily_overview_archives4 Permissions

TTL-bound cache of aggregated daily-overview data for historical (date < today) lookups. The live view aggregates on demand; archive entries warm-cache repeated reads of the same (userId, date, scope).

userIdstringerforderlich

User the aggregate is scoped to. May be the literal "__tenant__" placeholder for tenant-scope rollups.

datedateerforderlich
scopestringerforderlich
selfteamtenant
scopeRefIduuidoptional
nullable
dataobjecterforderlich

Same shape as the live aggregate response

read-only
generatedAtdatetimeerforderlich
read-only
expiresAtdatetimeerforderlich

TTL index target

read-only

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/daily_overview_archives — Liste, paginiert + filterbar
  • GET /api/v1/daily_overview_archives/<id> — Einzelne Entity
  • POST /api/v1/daily_overview_archives — Anlegen
  • PATCH /api/v1/daily_overview_archives/<id> — Teil-Update
  • DELETE /api/v1/daily_overview_archives/<id> — Soft-Delete
  • GET /api/v1/daily_overview_archives/<id>/timeline — Audit + Aktivitäten

Suche