PropertyNamesByObjectType: HubSpot |
Read a propertyRead a property identified by {propertyName}.
Catalog: Properties3
Schema: Core
This is a read-only table function. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API.
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function PropertyNamesByObjectType. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
---|---|---|---|---|
archived |
boolean |
☐ |
|
Whether to return only results that have been archived. |
objectType |
string |
☑ |
|
|
properties |
string |
☐ |
|
|
propertyName |
string |
☑ |
|
|
Columns of Table Function
The columns of the table function PropertyNamesByObjectType are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
archived |
boolean |
Archived |
☐ |
Whether or not the property is archived. |
archivedAt |
datetime |
Archived at |
☐ |
When the property was archived. |
calculated |
boolean |
Calculated |
☐ |
For default properties, true indicates that the property is calculated by a HubSpot process. It has no effect for custom properties. |
calculationFormula |
string |
Calculation Formula |
☐ |
Represents a formula that is used to compute a calculated property. |
createdAt |
datetime |
Created at |
☐ |
|
createdUserId |
string |
Created User ID |
☐ |
The internal user ID of the user who created the property in HubSpot. This field may not exist if the property was created outside of HubSpot. |
description |
string |
Description |
☐ |
A description of the property that will be shown as help text in HubSpot. |
displayOrder |
int32 |
Display Order |
☐ |
Properties are shown in order, starting with the lowest positive integer value. |
externalOptions |
boolean |
External Options |
☐ |
For default properties, true indicates that the options are stored externally to the property settings. |
fieldType |
string |
Field Type |
☐ |
Controls how the property appears in HubSpot. |
formField |
boolean |
Form Field |
☐ |
Whether or not the property can be used in a HubSpot form. |
groupName |
string |
Group Name |
☐ |
The name of the property group the property belongs to. |
hasUniqueValue |
boolean |
Has Unique Value |
☐ |
Whether or not the property's value must be unique. Once set, this can't be changed. |
hidden |
boolean |
Hidden |
☐ |
Whether or not the property will be hidden from the HubSpot UI. It's recommended this be set to false for custom properties. |
hubspotDefined |
boolean |
HubSpot Defined |
☐ |
This will be true for default object properties built into HubSpot. |
label |
string |
Label |
☐ |
A human-readable property label that will be shown in HubSpot. |
modificationMetadata_archivable |
boolean |
{res:itgen_hubspot_modificationmetadata_archivable} |
☐ |
|
modificationMetadata_readOnlyDefinition |
boolean |
{res:itgen_hubspot_modificationmetadata_readonlydefinition} |
☐ |
|
modificationMetadata_readOnlyOptions |
boolean |
{res:itgen_hubspot_modificationmetadata_readonlyoptions} |
☐ |
|
modificationMetadata_readOnlyValue |
boolean |
{res:itgen_hubspot_modificationmetadata_readonlyvalue} |
☐ |
|
name |
string |
Name |
☐ |
The internal property name, which must be used when referencing the property via the API. |
referencedObjectType |
string |
Referenced Object Type |
☐ |
If this property is related to other object(s), they'll be listed here. |
showCurrencySymbol |
boolean |
Show Currency Symbol |
☐ |
Whether or not the property will display the currency symbol set in the account settings. |
type |
string |
Type |
☐ |
The property data type. |
updatedAt |
datetime |
Updated at |
☐ |
|
updatedUserId |
string |
Updated User ID |
☐ |
The internal user ID of the user who updated the property in HubSpot. This field may not exist if the property was updated outside of HubSpot. |
18-12-2024 20:09 Version 24.1.33-BETA+5180