Get the records associated with an object record
New endpoint GET /v3/objects/{object_type}/associated-records returns the records associated with a single source record. Associations of every type come back together in one paginated list, most recently created association first.
- Identify the source record with exactly one of
id,ext_id,emailorsms.emailandsmsare only accepted whenobject_typeiscontact. - Filter the response with
type, up to 5 associated object types per call, for example?type=contact&type=garage. - Results are returned 20 per page. Increase
offsetby 20 untilhas_moreisfalse. - Contacts in the response carry all of their attributes, with attribute keys in lowercase.
Example
Reference:
Get the records associated with an object record
Guide updated: