Params
Name | Type | Requireness | Default value | Description |
---|---|---|---|---|
start_date | string | optional | none | The start date of the reporting period. If missing, then assumed to be 1st of January of the current year |
end_date | string | optional | none | The end date of the reporting period. If missing, then assumed to be 31st of December of the current year |
Description
Download a CSV report containing tasks data for the required reporting period.
Note that the endpoint returns a CSV file. Response content-type is text/plain. Make sure your API client supports saving the response body as a file
This endpoint requires the following scope: reports
Request sample
{
"start_date": "2022-01-01",
"end_date": "2022-06-30"
}
Response
The response is a CSV file