LeadAssociations
Lists object IDs associated with specific lead records in HubSpot, supporting lead associations.
Table Specific Information
Select
Note: You cannot reference custom objects by base name. When querying LeadAssociations, 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 |
Leads.Id | False |
The unique identifier for the lead. |
| AssociationId [KEY] | Long | False | False |
The unique identifier of the object associated with the lead, such as a contact or deal. | |
| Type [KEY] | String | False | True |
The type of associated object, such as contact, deal, or company. |