post-crm-v3-associations-var-var-batch-read_read
Read batch associations between HubSpot objects by supplying object IDs and properties. Retrieve association data for multiple records in one request.
Instructions
Read a batch of associations. REQUIRES body parameter with object IDs and properties to retrieve. Example: {body: {inputs: [{"id": "123"}, {"id": "456"}], properties: ["firstname", "lastname", "email"], propertiesWithHistory: []}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items | |
| toObjectType | Yes | Path parameter toObjectType | |
| fromObjectType | Yes | Path parameter fromObjectType |