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