API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

On Call Overrides

Alle Operationen rund um On Call Overrides.

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
On-Call Override on_call_override 7 escalation_schedule_*

Endpoints

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

Suche