Skip to main content
GET
/
export
/
{start}
/
{end}
Export generieren
curl --request GET \
  --url https://{tenant}.stamp.eu/rest/export/{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

Export-Datei (CSV, LODAS oder Zucchetti)

The response is of type string.