curl --request GET \
--url https://{host}/timmi-timesheet/api/reports/{reportId}/download-csv \
--header 'Authorization: <authorization>'"<string>"This endpoint does not adhere to the “v3 API endpoints” principles. The “fields” query parameter is not supported, but all fields are systematically returned.
Download a report content as an CSV file .csv.
Column delimiter and numbers formating depends on the authentified user’s culture.
curl --request GET \
--url https://{host}/timmi-timesheet/api/reports/{reportId}/download-csv \
--header 'Authorization: <authorization>'"<string>"Was this page helpful?