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

personal_note

Schema-ID
personal_note
Collection
personal_notes
Permissions
  • Lesenpersonal_note_view
  • Anlegenpersonal_note_create
  • Ändernpersonal_note_edit
  • Löschenpersonal_note_delete

Felder

personal_note

personal_notes4 Permissions
titlestringerforderlich
1–500 Zeichen
contentstringoptional
Default: ""
colorstringoptional
max 50 ZeichenDefault: nullnullable
isPinnedbooleanoptional
Default: false
tagsstring[]optional
Default: []
parentIduuidoptional
Default: nullnullable
sortOrdernumberoptional
Default: 0
isFolderbooleanoptional
Default: false

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

Suche