AssociationsTypes
Retrieve all available association types between a pair of CRM objects.
Columns
Name | Type | References | Filterable | Description |
Id [KEY] | String | The numeric ID for the association type. | ||
Type | String | The name of the association type for the specified object pair. | ||
Label | String | The alphanumeric label. Will be null for the unlabeled association type. | ||
Category | String | Whether the association type was created by HubSpot or a user (HUBSPOT_DEFINED and USER_DEFINED). | ||
FromObjectType [KEY] | String | True | The first object's type to retrieve association types for. | |
ToObjectType [KEY] | String | True | The second object's type to retrieve association types for. |