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