The problem is that it is very long to finish the initial import, even though I am aware that when it is done I can use the endpoint to get the most recent engagements.
I would like to use the V3 API to get specific engagements, using this endpoint :
But the problem is that the response does not contain the association details like in the V1 : how can I know the deal, the company, the contact, associated with a specific call ?
You can do this by appending "associations={objectType}" to your request. For instance if I wanted to get associated contacts I can use "associations=contacts" as shown below:
You can do this by appending "associations={objectType}" to your request. For instance if I wanted to get associated contacts I can use "associations=contacts" as shown below: