ContactPropertyGroups
Categorizes contact properties into groups to simplify property organization and data management.
Table Specific Information
Contact property groups offer a means of organizing the various custom properties that are available for defining properties about a given contact. Contact property groups can be selected, inserted, updated, or deleted from this table.
SELECT
Contact property groups can only be filtered by the unique contact property group name. For example:
SELECT * FROM ContactPropertyGroups WHERE Name = 'property_group_name'
Columns
| Name | Type | ReadOnly | References | Description |
| Name [KEY] | String | False |
Unique name identifier for the contact property group. | |
| DisplayName | String | False |
Display name of the contact property group, shown in the HubSpot UI. | |
| DisplayOrder | Integer | False |
Numeric value indicating the display order of the contact property group relative to others. | |
| ExtraUrlParameters | String | True |
Optional input-only property to specify additional query parameters when retrieving contact property group data. Format: 'param1=value1, param2=value2, param3=value3'. |