togglr icon indicating copy to clipboard operation
togglr copied to clipboard

Download time entries caps at 1000

Open gitJMDR opened this issue 5 years ago • 2 comments

Would it be possible to get the get_time_entries() function to check if the number of rows returned = 1000, and if so, download rows (from = [last date/time in previous call], to = now() ), iterating until it's downloaded everything and then binding all the rows together?

I'm trying to summarise my time spent over the past year, and it's bumping into this 1000 row max.

Thanks!

gitJMDR avatar Aug 24 '18 21:08 gitJMDR