Audit Answers
Alle Operationen rund um Audit Answers.
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 Answer | audit_answer |
6 | — | audit_answer_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/audit_answers |
Create audit_answer | Create a new audit_answer in the active tenant. |
DELETE |
/v1/audit_answers/{id} |
Delete audit_answer | Soft delete entity. |
GET |
/v1/audit_answers/{id} |
Get audit_answer by id | Fetch a single audit_answer. |
GET |
/v1/audit_answers/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/audit_answers/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/audit_answers/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/audit_answers |
List audit_answers | List audit_answers for the active tenant. |
PATCH |
/v1/audit_answers/{id} |
Patch audit_answer | JSON Merge Patch update. |
PATCH |
/v1/audit_answers/bulk |
Bulk PATCH | CodeMeta OS API endpoint. |
POST |
/v1/audit_answers/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/audit_answers/{id}/transition |
POST /v1/audit_answers/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/audit_answers/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/audit_answers/{id} |
Replace audit_answer | Full replace with optimistic locking. |