list_associations
Retrieve all records of a specified object type linked to a given CRM record. Use to explore associations like contacts, companies, deals, or notes.
Instructions
List the records of one object type associated with a specific record. Maps to GET /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromObjectId | Yes | ||
| toObjectType | Yes | e.g. contacts, companies, deals, notes | |
| fromObjectType | Yes | e.g. contacts, companies, deals, notes |