API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Label Templates

Alle Operationen rund um Label 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
Label Template label_template 7 tenant_branding_manage

Endpoints

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

Suche