CallProperties
Retrieves available property fields associated with call records, supporting call data management.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Name [KEY] | String | False | True |
Internal name of the property, consisting of lowercase letters and numbers, starting with a letter. Used as the unique key for the property. | |
| Label | String | False | False |
User-friendly label displayed in the HubSpot UI for this call property. | |
| FieldType | String | False | False |
Specifies the type of input field (such as text, dropdown, or checkbox) displayed for this property in the UI. | |
| Type | String | False | False |
The underlying data type used to store the property's value (such as string, number, or date). | |
| GroupName | String | False | False |
Name of the property group this call property belongs to, used for organizational purposes in the UI. | |
| Description | String | False | False |
Detailed explanation of the property's purpose and how it is used within call records. | |
| DisplayOrder | Int | False | False |
Numerical value that controls the display sequence of this property relative to others in the same group. | |
| ExternalOptions | Bool | False | False |
Indicates whether the property's selectable options are sourced externally. | |
| IsFormField | Bool | False | False |
Indicates whether this property appears as an editable field in HubSpot forms. | |
| IsCalculated | Bool | False | False |
Indicates whether the property's value is automatically calculated based on other data. | |
| IsHidden | Bool | False | False |
Determines whether the property is hidden from the standard HubSpot UI views. | |
| IsHubspotDefined | Bool | False | False |
Indicates whether the property is predefined by HubSpot (true) or custom-defined by the user (false). | |
| Archivable | Bool | False | False |
Specifies whether the property can be archived and no longer actively used. | |
| ReadOnlyDefinition | Bool | False | False |
Indicates whether the property's definition (such as type or label) is read-only and cannot be modified. | |
| ReadOnlyValue | Bool | False | False |
Indicates whether the property's value is read-only and cannot be edited by users. | |
| OptionsAggregate | String | False | False |
A serialized collection of selectable options for the property, applicable when the FieldType supports options (such as radio buttons or checkboxes). | |
| HasUniqueValue | Bool | False | False |
Boolean indicating whether the value of the property is unique. |