I have a mobile app with its own standalone SQLite database that I need to keep in sync with some content from Squidex. I’m working on writing a process that will use the Squidex API to query for changes and update the SQLite database accordingly.
Is there a query to retrieve content that has been deleted (not edited or added) in the CMS? Ideally I’d like to provide a cutoff date as a filter, so I can retrieve content that has been deleted since some given date.