Skip to main content
GET
/
print
/
working_time
/
{start}
/
{end}
PDF alle Mitarbeitende
curl --request GET \
  --url https://{tenant}.stamp.eu/rest/print/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

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.