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