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