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.
The ID of the object that you want to get the associations for.
The ID of the type of associations you want. See the table on the overview page for a list of these IDs.
The number of associations to return in a single response. Defaults to 10 if the parameter is not included, supports a maximum value of 100.
Used to page through the results. Each response will include an offset
, which can be used to get the next set of results in the next request.
Successful response - Use this endpoint to get the IDs of CRM objects associated with a given object, based on the specified association type
The response is of type object
.