API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Dms Form Layouts

Alle Operationen rund um Dms Form Layouts.

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 Form Layout dms_form_layout 5 dms_form_layout_*

Endpoints

Methode Pfad Operation Beschreibung
POST /v1/dms_form_layouts Create dms_form_layout Create a new dms_form_layout in the active tenant.
DELETE /v1/dms_form_layouts/{id} Delete dms_form_layout Soft delete entity.
GET /v1/dms_form_layouts/{id} Get dms_form_layout by id Fetch a single dms_form_layout.
GET /v1/dms_form_layouts/{id}/linked Get linked entities CodeMeta OS API endpoint.
GET /v1/dms_form_layouts/{id}/timeline Get timeline CodeMeta OS API endpoint.
GET /v1/dms_form_layouts/{id}/transitions List transitions CodeMeta OS API endpoint.
GET /v1/dms_form_layouts List dms_form_layouts List dms_form_layouts for the active tenant.
PATCH /v1/dms_form_layouts/{id} Patch dms_form_layout JSON Merge Patch update.
POST /v1/dms_form_layouts/bulk Bulk operation CodeMeta OS API endpoint.
POST /v1/dms_form_layouts/{id}/transition POST /v1/dms_form_layouts/{id}/transition CodeMeta OS API endpoint.
POST /v1/dms_form_layouts/{id}/transitions/{transitionKey} Execute transition CodeMeta OS API endpoint.
PUT /v1/dms_form_layouts/{id} Replace dms_form_layout Full replace with optimistic locking.

Suche