Using a filter in an API call

Hi,
Is there a way to use a pre-defined deal filter in a REST call to filter the deals returned?
Thanks,
Dave

Hey @davidm
Welcome to the community :wave:
Yes, there is. You can pass the filter id when you are getting the deals.

You can also retrieve the list of filters using Pipedrive API v1 Reference

1 Like

Perfect. Thanks DevRel.