Hello!
I have a similar issue to another thread, where I would like to periodically fetch changed data from the Web API, while minimizing unnecessary API calls.
To do this I’d like to have a parameter for updatedAt[gt] (etc, similar to how it works for createdAt today). That way it won’t be necessary to sort the entire dataset serverside and I will be able to fetch the data in a more efficient way.
Thank you for the consideration.