LeadProperties
Retrieves all available lead property fields, supporting lead data management and enrichment.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Name [KEY] | String | False | True |
The internal name of the lead property, which must begin with a lowercase letter and include only lowercase letters and numbers. | |
| Label | String | False | False |
The human-readable label for the property as it appears in the HubSpot UI. | |
| FieldType | String | False | False |
The type of input field used to display this property in forms or UI components, such as text, dropdown, or checkbox. | |
| Type | String | False | False |
The underlying data type used to store the property's value, such as string, number, or datetime. | |
| GroupName | String | False | False |
The name of the group that this property belongs to for organizational purposes. | |
| Description | String | False | False |
A brief explanation of the property's purpose or intended usage. | |
| DisplayOrder | Int | False | False |
The order in which the property appears relative to other properties in the same group. | |
| ExternalOptions | Bool | False | False |
Indicates whether this property pulls its selectable options from an external source. | |
| IsFormField | Bool | False | False |
Indicates whether the property is used in forms submitted by users or leads. | |
| IsCalculated | Bool | False | False |
True if the property's value is automatically calculated based on other fields or rules. | |
| IsHidden | Bool | False | False |
Indicates whether the property is hidden from the UI or standard views. | |
| IsHubspotDefined | Bool | False | False |
True if the property was created by HubSpot as part of its default schema. | |
| Archivable | Bool | False | False |
Indicates whether the property can be archived in HubSpot. | |
| ReadOnlyDefinition | Bool | False | False |
True if the property's definition cannot be modified. | |
| ReadOnlyValue | Bool | False | False |
True if the value of this property is locked and cannot be updated. | |
| OptionsAggregate | String | False | False |
A combined list of possible values for the property. Has a value when FieldType is radio, checkbox, or boolean checkbox. | |
| HasUniqueValue | Bool | False | False |
Indicates whether each record must have a unique value for this property. |