Compliance (ArbZG)
Compliance-Übersicht
Returns compliance overview for all employees visible to the user.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
start*string
end*string
Response-Body
application/json
application/json
curl -X GET "https://example.com/compliance/string/string"{ "period": { "start": "string", "end": "string" }, "employees": [ { "employee_id": "string", "employee_name": "string", "summary": { "days_over_10h": 0, "days_over_8h": 0, "rest_period_violations": 0, "continuous_work_violations": 0, "night_work_days": 0, "night_work_total_ms": 0, "night_worker_limit_violations": 0, "total_violation_days": 0 } } ]}Korrekturen im Stapel entscheiden POST
Approve or reject many correction requests in one call. Each item is decided with the exact same logic as the single approve/reject endpoints (notifications, webhooks, overtime recalc, payroll-period lock, resolving the manager notification). A failing item (closed period, out of scope, nothing pending) does not abort the rest
Compliance einer Person GET
Returns aggregated ArbZG compliance data for a single employee.