Add "Reporting" role + raw data API endpoint
Allowed to see report tab only and read time reported via API.
For more details see http://mrticktock.uservoice.com/forums/167739-features-and-bugs-for-mrticktock/suggestions/8508409-direct-import-connection-to-excel

“Report reader” role has been added in recent release so I’m going to close the idea.
RAW API endpoint requirement has been raised as a separate ticket at http://mrticktock.uservoice.com/forums/167739-features-and-bugs-for-mrticktock/suggestions/15277890-api-endpoint-for-raw-time-reported-data
Cheers,
Jacek
-
"Report reader" role has been added in recent release so I'm going to close the idea.
RAW API endpoint has been raised as a separate ticket at http://mrticktock.uservoice.com/forums/167739-features-and-bugs-for-mrticktock/suggestions/15277890-api-endpoint-for-raw-time-reported-data
Cheers,
Jacek -
Jan-Peter Lambeck commented
If it is easier and faster to implement it would also be a solution to simply provide and endpoint that delivers the raw data for a given time periode, just like the "raw CSV data" option under reports does.
-
Jan-Peter Lambeck commented
And basically the same thing for get_task_hours, because get_task_details only reports time for the current user and without an option for a date range.
-
Jan-Peter Lambeck commented
Unfortunatly I spoke to soon. The API does not provide the needed information. Specifically I didn't find a way to receive the hours worked by each user on a given project in a given time period. So basically I would need an endpoint get_project_hours that takes e-mail, password, project_id and date_range and delivers for each user how much time he/she reported on that project in the provied time period.