Compliance Frameworks
Alle Operationen rund um Compliance Frameworks.
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 |
|---|---|---|---|---|
| Compliance Framework | compliance_framework |
13 | — | compliance_framework_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/compliance_frameworks |
Create compliance_framework | Create a new compliance_framework in the active tenant. |
DELETE |
/v1/compliance_frameworks/{id} |
Delete compliance_framework | Soft delete entity. |
GET |
/v1/compliance_frameworks/{id} |
Get compliance_framework by id | Fetch a single compliance_framework. |
GET |
/v1/compliance_frameworks/{id}/export |
GET /v1/compliance_frameworks/{id}/export | CodeMeta OS API endpoint. |
GET |
/v1/compliance_frameworks/library |
GET /v1/compliance_frameworks/library | CodeMeta OS API endpoint. |
GET |
/v1/compliance_frameworks/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/compliance_frameworks/{id}/mappings |
GET /v1/compliance_frameworks/{id}/mappings | CodeMeta OS API endpoint. |
GET |
/v1/compliance_frameworks/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/compliance_frameworks/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/compliance_frameworks/{id}/tree |
GET /v1/compliance_frameworks/{id}/tree | CodeMeta OS API endpoint. |
GET |
/v1/compliance_frameworks |
List compliance_frameworks | List compliance_frameworks for the active tenant. |
PATCH |
/v1/compliance_frameworks/{id} |
Patch compliance_framework | JSON Merge Patch update. |
POST |
/v1/compliance_frameworks/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/compliance_frameworks/{id}/import |
POST /v1/compliance_frameworks/{id}/import | CodeMeta OS API endpoint. |
POST |
/v1/compliance_frameworks/{id}/transition |
POST /v1/compliance_frameworks/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/compliance_frameworks/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/compliance_frameworks/{id} |
Replace compliance_framework | Full replace with optimistic locking. |