MeetingProperties
Retrieves available property fields associated with meeting records for meeting data management.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Name [KEY] | String | False | True |
Internal name of the meeting property. Must start with a lowercase letter and include only lowercase letters and numbers. | |
| Label | String | False | False |
User-facing label for the meeting property, shown in the HubSpot interface. | |
| FieldType | String | False | False |
Type of UI input element used to display the property, such as text, dropdown, or date picker. | |
| Type | String | False | False |
Underlying data type used to store the property's value, such as string, number, or datetime. | |
| GroupName | String | False | False |
Name of the property group that this meeting property belongs to in HubSpot. | |
| Description | String | False | False |
Description explaining the purpose or function of the meeting property. | |
| DisplayOrder | Int | False | False |
Display order of this property within its group, used to organize the interface layout. | |
| ExternalOptions | Bool | False | False |
Indicates whether the property's selectable options are managed externally rather than within HubSpot. | |
| IsFormField | Bool | False | False |
Indicates whether this property can be used as a field in a form. | |
| IsCalculated | Bool | False | False |
Indicates whether this property value is automatically calculated based on other data. | |
| IsHidden | Bool | False | False |
Indicates whether the property is hidden from the standard HubSpot UI. | |
| IsHubspotDefined | Bool | False | False |
Indicates whether the property was defined by HubSpot as part of the core schema. | |
| Archivable | Bool | False | False |
Indicates whether the property can be archived and removed from active use. | |
| ReadOnlyDefinition | Bool | False | False |
Indicates whether the structure and configuration of the property are locked from changes. | |
| ReadOnlyValue | Bool | False | False |
Indicates whether the value of this property is read-only and cannot be changed manually. | |
| OptionsAggregate | String | False | False |
List of available options for the property, if it uses a multiple-choice format such as radio or checkbox. | |
| HasUniqueValue | Bool | False | False |
Boolean indicating whether the value of the property is unique. |