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