Deals by person_id and organization_id

I would like to retrieve all deals for a specific pair of person_id and organization_id.

The endpoint “/deals/search” looks promising but has a required parameter of “term” which I do not want to provide.

Are there any other endpoints that could assist in this request, or could you make “term” optional?

Hi @jpropstreet

What do you think about GET /organizations/{id}/deals to get all deals connected to an organization and programmatically filter out deals that do not much person_id from the response?

https://developers.pipedrive.com/docs/api/v1/#!/Organizations/get_organizations_id_deals

1 Like