DomainById: HubSpot Domain by ID |
Get a single domainReturns a single domains with the id specified.
Catalog: Domains
Schema: Basic
Label: Domain by ID
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 DomainById. 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 |
|---|---|---|---|---|
domainId |
|
☑ |
|
|
Columns of Table Function
The columns of the table function DomainById are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
correctCname |
varchar2 |
Correct CNAME |
☐ |
The expected CNAME record for the domain. |
created |
datetime |
Created at |
☐ |
The date and time when the domain was created. |
domain |
varchar2 |
Domain |
☐ |
The actual domain or sub-domain. e.g. www.hubspot.com |
id |
varchar2 |
ID |
☐ |
The unique ID of this domain. |
isResolving |
char |
Is Resolving |
☐ |
Whether the DNS for this domain is optimally configured for use with HubSpot. |
isSslEnabled |
char |
Is SSL Enabled |
☐ |
Indicates whether SSL is enabled for the domain. |
isSslOnly |
char |
Is SSL Only |
☐ |
Indicates whether the domain is accessible only via SSL. |
isUsedForBlogPost |
char |
Is Used for Blog Post |
☐ |
Whether the domain is used for CMS blog posts. |
isUsedForEmail |
char |
Is Used for Email |
☐ |
Whether the domain is used for CMS email web pages. |
isUsedForKnowledge |
char |
Is Used for Knowledge |
☐ |
Whether the domain is used for CMS knowledge pages. |
isUsedForLandingPage |
char |
Is User for Landing Page |
☐ |
Whether the domain is used for CMS landing pages. |
isUsedForSitePage |
char |
Is Used for Site Page |
☐ |
Whether the domain is used for CMS site pages. |
manuallyMarkedAsResolving |
char |
Manually Marked as Resolving |
☐ |
Indicates whether the domain has been manually marked as resolving. |
primaryBlogPost |
char |
Primary Blog Post |
☐ |
Indicates whether the domain is the primary domain for blog posts. |
primaryEmail |
char |
Primary Email |
☐ |
Indicates whether the domain is the primary domain for email pages. |
primaryKnowledge |
char |
Primary Knowledge |
☐ |
Indicates whether the domain is the primary domain for knowledge pages. |
primaryLandingPage |
char |
Primary Landing Page |
☐ |
Indicates whether the domain is the primary domain for landing pages. |
primarySitePage |
char |
Primary Site Page |
☐ |
Indicates whether the domain is the primary domain for site pages. |
secondaryToDomain |
varchar2 |
Secondary to Domain |
☐ |
Specifies the domain to which this domain is secondary. |
updated |
datetime |
Updated at |
☐ |
The date and time when the domain was last updated. |