Konfiguration
Enum-Werte abrufen
Single source of truth for client-side enum values (flag bit positions, labels, categories). Clients load this once on startup and reference flags by name, not by hardcoded bit values.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Response-Body
application/json
curl -X GET "https://example.com/enums"{ "data": { "working_time_flags": "string", "sv_vorsatzworte": [ null ], "sv_namenszusaetze": [ null ] }, "version": 1}