Method Details
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing
crm.objects.companies.read
crm.objects.contacts.read
crm.objects.deals.read
tickets
e-commerce
Use this endpoint to get the IDs of CRM objects associated with a given object, based on the specified association type. Check out the table on the CRM Associations Overview for a full list of IDs.
Use cases for this endpoint: To get the ticket IDs for all tickets associated with a specific contact record, the objectId
would be the contact vid
, and the definitionId
would be 15
.
To get all companies associated with a specific ticket record, the objectId
would be the objectId
of the ticket, and the definitionId
would be 26
.