Skip to main content
GET
/
print
/
employees
/
{employee}
/
working_time
/
{start}
/
{end}
PDF einzelne Person
curl --request GET \
  --url https://{tenant}.stamp.eu/rest/print/employees/{employee}/working_time/{start}/{end} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employee
string<uuid>
required

Mitarbeiter-ID (UUID)

start
string<date>
required

Startdatum (YYYY-MM-DD)

end
string<date>
required

Enddatum (YYYY-MM-DD)

Response

PDF-Dokument

The response is of type file.