I´m trying to retrieve deal association tags using the API, but cannot find the property where this information is saved in the CRM. To be more precise, the data I want to retrieve is the one shown below
This information is set in the Associations tab, in objects, but cannot find a way to retrieve this information from API when fetching deals information through API.
Indeed i´m not looking for object associations, but as @SteveHTM mentioned label associations. I can retrieve them with no problem through API, the problem is that I´m not able to find for a deal for example, and check if it has any association label.
For objects associations there is no problem as you can retrieve this information through the request, but not for labels, at least I´m not able to find this information in the documentation. I would need some kind of:
@Egoi - I may be missing something, but I think you will be required to make a second API call using a Deal ID (and that of the assoicated object) to retrieve association information.