API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

On Call Schedules

Alle Operationen rund um On Call Schedules.

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 Schedule on_call_schedule 10 escalation_schedule_*

Endpoints

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

Suche