curl --request GET \
--url https://{tenant}.stamp.eu/rest/employees/{employee}/working_time/{start}/{end} \
--header 'Authorization: Bearer <token>'{
"data": {}
}curl --request GET \
--url https://{tenant}.stamp.eu/rest/employees/{employee}/working_time/{start}/{end} \
--header 'Authorization: Bearer <token>'{
"data": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Mitarbeiter-ID (UUID)
Startdatum (YYYY-MM-DD)
Enddatum (YYYY-MM-DD)
Arbeitszeiten einer Person, gruppiert nach Datum
Show child attributes