Get Time Entries by Last Modified Date
Guy Bickel
Similar to some of the other requests, I'm pulling the Time Entries into a SQL DB for analytics and reporting. I'd like to be able to query the system based on the Last Modified Date so I can sync data that has recently been changed/created (not based on the time entry date). Currently I need to pull way more data each time I perform the sync to ensure I've grabbed records to perform my upsert.
Log In
Canny AI
Merged in a post:
Get all time entries via date_updated_gt filter
M
Mason L
Similar to the get tasks endpoint here