API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Call Notes

Alle Operationen rund um Call 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
call_note call_note 5 call_note_*

Endpoints

Methode Pfad Operation Beschreibung
POST /v1/call_notes Create call_note Create a new call_note in the active tenant.
DELETE /v1/call_notes/{id} Delete call_note Soft delete entity.
GET /v1/call_notes/{id} Get call_note by id Fetch a single call_note.
GET /v1/call_notes/{id}/linked Get linked entities CodeMeta OS API endpoint.
GET /v1/call_notes/{id}/timeline Get timeline CodeMeta OS API endpoint.
GET /v1/call_notes/{id}/transitions List transitions CodeMeta OS API endpoint.
GET /v1/call_notes List call_notes List call_notes for the active tenant.
PATCH /v1/call_notes/{id} Patch call_note JSON Merge Patch update.
POST /v1/call_notes/bulk Bulk operation CodeMeta OS API endpoint.
POST /v1/call_notes/{id}/transition POST /v1/call_notes/{id}/transition CodeMeta OS API endpoint.
POST /v1/call_notes/{id}/transitions/{transitionKey} Execute transition CodeMeta OS API endpoint.
PUT /v1/call_notes/{id} Replace call_note Full replace with optimistic locking.

Suche