TicketPropertyGroups
Returns property groups associated with ticket records, helping organize ticket properties logically.
Table Specific Information
Ticket property groups offer a means of organizing the various custom properties that are available for defining properties about a given ticket. Ticket property groups can be selected, inserted, updated, or deleted from this table.
SELECT
Ticket property groups can only be filtered by the unique ticket property group name. For example:
SELECT * FROM TicketPropertyGroups WHERE Name = 'property_group_name'
Columns
| Name | Type | ReadOnly | References | Description |
| Name [KEY] | String | False |
The unique name used to identify the ticket property group. Typically used for grouping related ticket properties in HubSpot. | |
| DisplayName | String | False |
The user-friendly label displayed for the ticket property group in HubSpot's interface. | |
| DisplayOrder | Integer | False |
The order in which this ticket property group is displayed relative to other groups within HubSpot. | |
| IsHubspotDefined | Boolean | True |
Boolean indicating whether the ticket property group is predefined by HubSpot or custom-defined by the user. | |
| ExtraUrlParameters | String | True |
Optional input-only parameter used to pass additional query parameters when retrieving data. Specify parameters as name=value pairs separated by commas (for example: 'param1=value1, param2=value2, param3=value3'.) |