Pull updated deals from a filter

I have read the documentation for both the API and webhooks but cannot workout how to pull updated deal records that are filtered.

API - Ability to Pull Deals by filter but to set the updated time criteria

Webhooks - will fire on ever time a deal is updated not only those in the filter

What am I missing? Is it possible to pull only updated deals that match a filter?

Hi,
With the API you can filter the data but it may not be event driven.

With webhooks, you have to filter the data by yourself in the app.

Feel free to create a new topic if you still face challenges.