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