GET
/
timmi-timesheet
/
api
/
reports
/
{reportId}
/
download-csv
curl --request GET \
  --url https://{host}/timmi-timesheet/api/reports/{reportId}/download-csv \
  --header 'Authorization: <authorization>'
"<string>"

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

reportId
integer
required

Identifier of the report.

Response

200
application/octet-stream
OK

The response is of type string.