API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Phone Calls

Alle Operationen rund um Phone Calls.

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
Phone Call phone_call 47 phone_call_*

Endpoints

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

Suche