Getting all time for a month by project/tasklist/task
Hi,
Using the dotnet wrappers I can obtain a totals per user for time spent on a project. I cannot break this down to specific tasks the user has logged time against. How is this possible?
Eg. If I do the following:
Dim timelogs As zohoprojects.model.Timelogs = TIMEAPI.GetTimeLogs(proj_id, logParams)
I only get the timelogs.grandtotal populated. The timelogs.tasklogs are never populated. Also the timelogs.timelog.date is always empty/null.
Thanks
Duncan