Question

How can i get the contact leads and sales ?

Hi there, i'd like to know how to get the sales and leads related with a contact. I'm using odata to get the contacts by using the following   endpoint 'mycrm_url//0/odata/Contact' this return a collection of contacts and i'd like to get the sales and leads related with every contact, are there endpoints to achieve this ?

 

  • - Best regards
Like 0

Like

1 comments

Hello,

You can filter the Leads or Opportunities you need using OData filters.

Here are some examples of OData queries:
https://documenter.getpostman.com/view/10204500/SztHX5Qb?version=latest

Show all comments