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