SitePages
Returns the site pages associated with a HubSpot account.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | True |
The unique Id of the page. | |
| Name | String | False |
The internal name of the page. | ||
| Slug | String | False |
The path of this page. This field is appended to the domain to construct the page URL. | ||
| ContentGroupId | String | False |
The unique identifier for the content group associated with the page. | ||
| AuthorName | String | False |
The name of the user that updated this page. | ||
| HTMLTitle | String | False |
The HTML title of this page. | ||
| MetaDescription | String | False |
A description placed in the meta tag of the page. | ||
| State | String | False |
An enum describing the current state of this page. | ||
| CurrentState | String | False |
A generated enum describing the current state of this page. | ||
| CurrentlyPublished | Boolean | False |
Indicates whether the page is currently published. | ||
| PublishDate | Datetime | False |
The date (ISO 8601 format) at which the page is scheduled to be published. | ||
| PublishImmediately | Boolean | False |
Indicates whether the page is published immediately when the scheduled publish endpoint is called. | ||
| Domain | String | False |
The domain this page resolves to. If null, the page defaults to the primary domain for this content type. | ||
| URL | String | False |
A generated field representing the URL of this page. | ||
| Language | String | False |
The explicitly defined ISO 639 language code of the page. | ||
| TranslatedFromId | String | False |
The Id of the primary page this object was translated from. | ||
| FeaturedImage | String | False |
The featured image for this page. | ||
| FeaturedImageAltText | String | False |
The alt text of the featured image. | ||
| UseFeaturedImage | Boolean | False |
Indicates whether this page uses a featured image. | ||
| Campaign | String | False |
The GUID of the marketing campaign this page is a part of. | ||
| CategoryId | Int | False |
The Id of the type of object this is. | ||
| FolderId | String | False |
The Id of the associated folder this page is organized under in the application dashboard. | ||
| HeadHTML | String | False |
Custom HTML for embed codes, JavaScript, and so on, placed in the head tag of the page. | ||
| FooterHTML | String | False |
Custom HTML for embed codes or JavaScript placed before the closing body tag of the page. | ||
| LinkRelCanonicalURL | String | False |
Optional override to set the URL to be used in the rel=canonical link tag on the page. | ||
| ContentTypeCategory | String | True |
An enum describing the type of this object. Should be either LANDING_PAGE or SITE_PAGE. | ||
| Password | String | False |
The password for this page. When set, viewers are required to enter the password to access the page. | ||
| TemplatePath | String | False |
The path of the template used for this page. | ||
| Subcategory | String | False |
The subtype of this page. The value is landing_page or site_page. | ||
| EnableDomainStylesheets | Boolean | False |
Indicates whether the styles from the domain template are applied to this page. | ||
| EnableLayoutStylesheets | Boolean | False |
Indicates whether the styles from the layout template are applied to this page. | ||
| IncludeDefaultCustomCss | Boolean | False |
Indicates whether the primary CSS files are applied to this page. | ||
| PageExpiryEnabled | Boolean | False |
Indicates whether the page expiration feature is enabled for this page. | ||
| PageExpiryDate | Long | False |
The date at which this page expires and begins redirecting to another URL or page. | ||
| PageExpiryRedirectId | Long | False |
The Id of another page to which this page's URL redirects once this page expires. | ||
| PageExpiryRedirectURL | String | False |
The URL to which this page redirects once this page expires. | ||
| PageRedirected | Boolean | False |
Indicates whether this page is currently expired and being redirected. | ||
| ABStatus | String | False |
The status of the AB test associated with this page, if applicable. | ||
| ABTestId | String | False |
The Id of the AB test associated with this page, if applicable. | ||
| MABExperimentId | String | False |
The Id of the MAB test (or dynamic test) associated with this page, if applicable. | ||
| ArchivedInDashboard | Boolean | False |
Indicates whether the page is hidden from the dashboard. The page may still be live even when hidden. | ||
| DynamicPageDataSourceId | String | False |
The identifier for the data source used by the dynamic page. | ||
| DynamicPageDataSourceType | Int | False |
The type of data source used by the dynamic page. | ||
| DynamicPageHubDBTableId | String | False |
The Id of the HubDB table this page references, if applicable. | ||
| PublicAccessRulesEnabled | Boolean | False |
Indicates whether public access rules are enforced for this page. | ||
| CreatedAt | Datetime | True |
The timestamp indicating when the page was created. | ||
| UpdatedAt | Datetime | True |
The timestamp indicating when the page was last updated. | ||
| ArchivedAt | Datetime | True |
The timestamp indicating when this page was archived. | ||
| CreatedById | String | True |
The Id of the user that created this page. | ||
| UpdatedById | String | True |
The Id of the user that updated this page. | ||
| AttachedStylesheets | String | False |
A list of stylesheets attached to this page. | ||
| PublicAccessRules | String | False |
The rules that require member registration to access private content. | ||
| LayoutSections | String | False |
A structure detailing the layout sections of the page. | ||
| ThemeSettingsValues | String | False |
A collection of settings specific to the theme applied to the page. | ||
| Translations | String | False |
A map of translations for the page, each associated with a specific language variation. | ||
| WidgetContainers | String | False |
A data structure containing the data for all the modules inside the containers for this page. | ||
| Widgets | String | False |
A data structure containing the data for all the modules for this page. |