CompanyAssociations
Lists object IDs associated with specific companies, useful for managing company-related associations.
Table Specific Information
Select
Note: You cannot reference custom objects by base name. When querying CompanyAssociations, 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 |
Companies.Id | False |
Unique identifier for the company record involved in the association. |
| AssociationId [KEY] | Long | False | False |
Unique ID of the HubSpot object (such as a contact, deal, or ticket) associated with the company. | |
| Type [KEY] | String | False | True |
Type of the associated HubSpot object (such as contact, deal, or ticket) linked to the company record. |