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.