CallAssociations
Returns object IDs associated with specific call records, allowing tracking of call-related associations.
Table Specific Information
Select
Note: You cannot reference custom objects by base name. When querying CallAssociations, if Type refers to a custom object, the value must now be either the short-hand object type name (p_<object_name>) or the fully qualified object type name.Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | Long | True | False |
Unique identifier for the call record. | |
| AssociationId [KEY] | Long | False | False |
Unique ID of the associated HubSpot object (such as contact, deal, or company) linked to this call. | |
| Type [KEY] | String | False | True |
Specifies the type of the associated HubSpot object (such as contact, deal, or company) connected to the call. |