ThinkR-open / togglr

an R and Rstudio wrapper for toggl Api
https://thinkr-open.github.io/togglr/
48 stars 18 forks source link

Download time entries caps at 1000 #13

Open gitJMDR opened 6 years ago

gitJMDR commented 6 years ago

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!

VincentGuyader commented 5 years ago

Hi, does get_detailled_report() works for you ?

statnmap commented 3 years ago

Verify that get_detailled_report() answers the question