Stampfactory
Dokumentation
Compliance (ArbZG)

Compliance-Übersicht

Returns compliance overview for all employees visible to the user.

GET
/compliance/{start}/{end}
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      }    }  ]}