Hi,
We want to be able to fetch the most recently added or modified records for a custom object. This is very common functionality useful for building polling triggers, where newly added or modified records can be processed and sent to other systems.
The “list” endpoint doesn’t have any sorting. The “search” endpoint does have a sort parameter, but the documentation doesn’t say how to use it or how to control the direction of sorting.
Is there a way to fetch custom object records sorted by either most recently added or most recently updated? Or do custom objects provide webhooks?