Please can the āupdated_sinceā filter be added to the contacts endpoint for the API (Support for updated_since date filter)? We need to keep our Usersā customer list up to date with changes made in FreeAgent to keep your data and our own synchronised.
Without any webhooks, we are forced to use polling. This polling would be far more effective if we didnāt need to download a complete contacts list every time we poll (hundreds or thousands of records). With this filter, I would not download any contact data most of the time, reducing server load for both Business Liferaft and FreeAgentš
As an aside, I saw a discussion about adding webhooks a few years ago. Contacts and invoices are the endpoints we are most interested in for our app. A Webhook for added, updated, and removed (this could make the old ID available to match a deletion on my App). With webhooks, we could stop using polling, saving even more capacity!