FeedbackSubmissionProperties
Retrieves property fields for feedback submission records in HubSpot, enabling feedback analysis.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Name [KEY] | String | False | True |
The internal name of the feedback submission property, used in HubSpot APIs. Must start with a lowercase letter and contain only alphanumeric characters. | |
| Label | String | False | False |
The display name of the property as shown in the HubSpot UI, intended for human readability. | |
| FieldType | String | False | False |
The visual input type for the property in the UI, such as text field, dropdown, or date picker. | |
| Type | String | False | False |
The underlying data type of the property, such as string, number, or datetime. | |
| GroupName | String | False | False |
The group or category this property belongs to, used for organizing properties in the UI. | |
| Description | String | False | False |
A short explanation of the property's purpose or how it's used in feedback submissions. | |
| DisplayOrder | Int | False | False |
The position of this property within its group relative to others, used to determine display sequence. | |
| ExternalOptions | Bool | False | False |
Indicates whether the property's selectable options are defined externally, rather than within the property settings. | |
| IsFormField | Bool | False | False |
Specifies whether this property is intended to appear on a form for user input. | |
| IsCalculated | Bool | False | False |
True if this property is automatically calculated by HubSpot; false if it must be manually entered. | |
| IsHidden | Bool | False | False |
Determines whether this property is hidden from the HubSpot user interface. | |
| IsHubspotDefined | Bool | False | False |
Indicates whether the property is a default field created by HubSpot rather than a custom property. | |
| Archivable | Bool | False | False |
Indicates whether the property's data can be archived in HubSpot. | |
| ReadOnlyDefinition | Bool | False | False |
True if the property definition (such as type or label) cannot be modified. | |
| ReadOnlyValue | Bool | False | False |
True if the value of the property is system-controlled and cannot be changed manually. | |
| OptionsAggregate | String | False | False |
A collection of the available options for the property. Has a value when FieldType is radio, checkbox, or boolean checkbox. | |
| HasUniqueValue | Bool | False | False |
Boolean indicating whether the value of the property is unique. |