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