Association
record refers to an instance of an Association Type.source_object
Objecttarget_object
Objectassociation_type
Stringcreated_at
Stringmodified_at
String{"source_object": "a8f5d29f-4e50-473f-8f12-27128ffcd37a","target_object": "da0b1963-be70-469c-9f8c-06a81d0fe759","association_type": "88a71b5c-a3cc-4bce-84ff-d18b049a4081","created_at": "2021-09-15T00:00:00Z","modified_at": "2021-10-16T00:00:00Z"}
This endpoint is currently supported for Salesforce, Hubspot, and Zendesk Sell. More integrations coming soon!
https://api.merge.dev/api/crm/v1/custom-object-classes/{custom_object_class_id}/custom-objects/{object_id}/associations
Returns a list of Association
objects.
Authorization
StringX-Account-Token
Stringassociation_type_id
Stringcreated_after
Stringcreated_before
Stringcursor
Stringcustom_object_class_id
Stringexpand
Stringinclude_deleted_data
Booleaninclude_remote_data
Booleanmodified_after
Stringmodified_before
Stringobject_id
Stringpage_size
Integerremote_id
String{"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results": [{"source_object": "a8f5d29f-4e50-473f-8f12-27128ffcd37a","target_object": "da0b1963-be70-469c-9f8c-06a81d0fe759","association_type": "88a71b5c-a3cc-4bce-84ff-d18b049a4081","created_at": "2021-09-15T00:00:00Z","modified_at": "2021-10-16T00:00:00Z"}]}
This endpoint is currently supported for Salesforce, Hubspot, and Zendesk Sell. More integrations coming soon!
https://api.merge.dev/api/crm/v1/custom-object-classes/{source_class_id}/custom-objects/{source_object_id}/associations/{target_class_id}/{target_object_id}/{association_type_id}
Creates an Association between source_object_id
and target_object_id
of type association_type_id
.
Authorization
StringX-Account-Token
Stringassociation_type_id
Stringis_debug_mode
Booleanrun_async
Booleansource_class_id
Stringsource_object_id
Stringtarget_class_id
Stringtarget_object_id
String{"source_object": "a8f5d29f-4e50-473f-8f12-27128ffcd37a","target_object": "da0b1963-be70-469c-9f8c-06a81d0fe759","association_type": "88a71b5c-a3cc-4bce-84ff-d18b049a4081","created_at": "2021-09-15T00:00:00Z","modified_at": "2021-10-16T00:00:00Z"}
This endpoint is currently supported for Salesforce, Hubspot, and Zendesk Sell. More integrations coming soon!