API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Major Incidents

Alle Operationen rund um Major Incidents.

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
Major Incident major_incident 13 major_incident_*

Endpoints

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

Suche