Entity · ticket_tags
Ticket Tag Schema
Felder
Ticket Tag Schema
Schema for predefined tags that can be assigned to tickets
name
Display name of the tag
1–50 Zeichen
group
Optional group name shown as a prefix chip (e.g. "Acronis", "Microsoft")
max 50 Zeichennullable
color
Hex background color for the tag (e.g. #FF5733)
Patternnullable
textColor
Hex text color, used when the tag is rendered as a solid chip
Patternnullable
isActive
Inactive tags stay in history but are hidden from selectors
Default: true
description
Optional description of the tag
max 200 Zeichennullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/ticket_tags— Liste, paginiert + filterbarGET /api/v1/ticket_tags/<id>— Einzelne EntityPOST /api/v1/ticket_tags— AnlegenPATCH /api/v1/ticket_tags/<id>— Teil-UpdateDELETE /api/v1/ticket_tags/<id>— Soft-DeleteGET /api/v1/ticket_tags/<id>/timeline— Audit + Aktivitäten