Stampfactory
Dokumentation
Urlaubsanspruch & Zeitkonto

Überstundenauszahlungen auflisten

GET
/employees/{employee}/overtime_payouts
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

employee*string

The employee ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/overtime_payouts"
{  "data": [    {      "id": "string",      "employee_id": "string",      "year_month": "string",      "amount": "string",      "hours": 0,      "comment": "string",      "created_at": "string"    }  ]}