API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Dashboard Templates

Alle Operationen rund um Dashboard Templates.

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 Template dashboard_template 13 dashboard_template_*

Endpoints

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

Suche