Getting differences in record count

Getting differences in record count

Hi,

We can retrieve timesheet data using 3 view types and those are Month, Week & Day.

I am trying to get timesheet data from Zoho using Zoho API. When I try to extract data for month then I am getting different count and when I am trying to get data for week & date then it is giving me different count.

e.g.

For month of January when I tried to retrieve timesheet data week & day wise

01-Jan-2017 to 01-Jan-2017    0   
02-Jan-2017 to 08-Jan-2017    351   
09-Jan-2017 to 15-Jan-2017    352   
16-Jan-2017 to 22-Jan-2017    283   
23-Jan-2017 to 29-Jan-2017    218   
30-Jan-17            51   
31-Jan-17            51   

Total 1306 records

When I tried to retrieve timesheet data for a month then total count is 750.

I am not able to validate that which one is giving me correct count.

Could you please tell me that why I am getting count difference? My requirement is to refresh complete month data in one go.

I had gone through one of post in which it was mentioned that we can retrieve data from all projects in single request. Whether this had been implemented in recent release?

Thanks

Prem