Time Report (deprecated)
Legacy CSV export of team time. Kept for backward compatibility; new integrations should use GET /team/time or the dashboards endpoints.
Authorizations
Query Parameters
Date from you what to fetch reported time (format YYYY-MM-DD)
"2018-01-01"
Date to you what to fetch reported time (format YYYY-MM-DD)
"2018-01-31"
Comma separated objects to group by and fetch (allowed: user, project, task and date).
"date,user,task"
Response
OK
Report time in seconds
7200
Will appear only if 'date' passed to fields parameter
"2018-03-20"
Will appear only if 'user' passed to fields parameter
Will appear only if 'project' passed to fields parameter
Will appear only if 'task' passed to fields parameter
