Is there a way to retrieve actual time entries other than by Task Id? I would prefer to limit the number of tasks that I retrieve data for to just those with recent time entry records, but I don’t see a way to do that. I thought of only including Open tasks, but I tested this in the application, and you can record time to Completed tasks.
@AndreaM - I am not aware of any other way. Perhaps you could get creative with parameters on the search API (tasks modified within x time period where actual time is > 0, for example) to pare down the list to iterate over.
There is a separate conversation going on the below thread re: how to correctly set up webhooks for time tracking entries; it sounds like maybe you could leverage the results of that conversation for your purposes: