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