API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Audit Check Results

Alle Operationen rund um Audit Check Results.

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
Audit Check Result audit_check_result 12 audit_check_result_*

Endpoints

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

Suche