Skip to main content

List associations for a record and target object

GET 

/associations

Get a list of associations

Support:

ProviderSupported
HubspotYes
SalesforceYes
PipedriveNo
MS DynamicsNo

Request

Query Parameters

    source_record_id stringrequired
    source_object stringrequired
    target_object stringrequired

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

Associations

Schema
    results object[]
  • Array [
  • association_schema_id stringrequired
    source_object stringrequired

    The name of the object that the source record belongs to.

    source_record_id stringrequired
    target_object stringrequired

    The name of the object that the target record belongs to.

    target_record_id stringrequired
  • ]
Loading...