Qualifikationen & Arbeitsbereiche
Arbeitsbereiche auflisten
Active areas ordered by sort_order; ?include_inactive=1 lists all, ?unit_id= filters to tenant-wide plus the given unit's areas
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Query-Parameter
include_inactive?boolean
unit_id?|
Format
uuidResponse-Body
application/json
application/json
application/json
curl -X GET "https://example.com/work_areas"{ "data": [ { "id": "string", "unit_id": "string", "name": "string", "color": "string", "sort_order": 0, "is_active": true, "created_at": "string", "updated_at": "string" } ]}