Personal Notes
Alle Operationen rund um Personal Notes.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| personal_note | personal_note |
8 | — | personal_note_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/personal_notes |
Create personal_note | Create a new personal_note in the active tenant. |
DELETE |
/v1/personal_notes/{id} |
Delete personal_note | Soft delete entity. |
GET |
/v1/personal_notes/{id} |
Get personal_note by id | Fetch a single personal_note. |
GET |
/v1/personal_notes/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/personal_notes/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/personal_notes/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/personal_notes |
List personal_notes | List personal_notes for the active tenant. |
PATCH |
/v1/personal_notes/{id} |
Patch personal_note | JSON Merge Patch update. |
POST |
/v1/personal_notes/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/personal_notes/{id}/transition |
POST /v1/personal_notes/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/personal_notes/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/personal_notes/{id} |
Replace personal_note | Full replace with optimistic locking. |