Entity · daily_notes
Daily Note
Felder
Daily Note
Private, continuously editable per-user note for a single date. Independent of daily_closings — content is snapshotted into daily_closings.notes at close time. Unique per (tenantId, userId, date).
content
Plain-text or Markdown body. Empty string is allowed.
max 8000 Zeichen
pinned
When true, the note is surfaced on the following day as a carry-over reminder
Default: false
Keine Felder passen zum Filter.
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_notes— Liste, paginiert + filterbarGET /api/v1/daily_notes/<id>— Einzelne EntityPOST /api/v1/daily_notes— AnlegenPATCH /api/v1/daily_notes/<id>— Teil-UpdateDELETE /api/v1/daily_notes/<id>— Soft-DeleteGET /api/v1/daily_notes/<id>/timeline— Audit + Aktivitäten