Please enable JavaScript to view this site.

Made in EU
HubSpot Forums

Navigation: Catalog: Pages3 > Schemas > Schema: LandingPages > Tables

LandingPageRevisionsByObjectId

Retrieves all the previous versions of a Landing PageRetrieves all the previous versions of a Landing Page.

Catalog: Pages3

Schema: LandingPages

Label: {res:itgen_hubspot_landingpagerevisionsbyobjectid_plural}

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 LandingPageRevisionsByObjectId. 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

after

string

 

The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.

before

string

 

 

objectId

string

 

The Landing Page id.

 

Columns of Table Function

The columns of the table function LandingPageRevisionsByObjectId are shown below. Each column has an SQL data type.

Name

Data Type

Label

Required

Documentation

id

string

ID

ID of this page version.

object_abStatus

string

Object A/B Status

The status of the AB test associated with this page, if applicable

object_abTestId

string

Object A/B Test ID

The ID of the AB test associated with this page, if applicable

object_archivedAt

datetime

{res:itgen_hubspot_object_archivedat}

The timestamp (ISO8601 format) when this page was deleted.

object_archivedInDashboard

boolean

Object Archived in Dashboard

If True, the page will not show up in your dashboard, although the page could still be live.

object_authorName

string

Object Author Name

The name of the user that updated this page.

object_campaign

string

Object Campaign

The GUID of the marketing campaign this page is a part of.

object_categoryId

int32

Object Category ID

ID of the type of object this is. Should always .

object_contentGroupId

string

Object Content Group ID

 

object_contentTypeCategory

string

Object Content Type Category

An ENUM descibing the type of this object. Should be either LANDING_PAGE or SITE_PAGE.

object_created

datetime

Object Created at

 

object_createdById

string

Object Created by ID

The ID of the user that created this page.

object_currentlyPublished

boolean

Object Currently Published

 

object_currentState

string

Object Current State

A generated ENUM descibing the current state of this page.

object_domain

string

Object Domain

The domain this page will resolve to. If null, the page will default to the primary domain for this content type.

object_dynamicPageDataSourceId

string

Object Dynamic Page Data Source ID

 

object_dynamicPageDataSourceType

int32

Object Dynamic Page Data Source Type

 

object_dynamicPageHubDbTableId

string

{res:itgen_hubspot_object_dynamicpagehubdbtableid}

The ID of the HubDB table this page references, if applicable

object_enableDomainStylesheets

boolean

Object Enable Domain Stylesheet

Boolean to determine whether or not the styles from the template should be applied.

object_enableLayoutStylesheets

boolean

Object Enable Layout Stylesheets

Boolean to determine whether or not the styles from the template should be applied.

object_featuredImage

string

Object Featured Image

The featuredImage of this page.

object_featuredImageAltText

string

Object Featured Image Alternate Text

Alt Text of the featuredImage.

object_folderId

string

Object Folder ID

The ID of the associated folder this landing page is organized under in the app dashboard.

object_footerHtml

string

Object Footer (HTML)

Custom HTML for embed codes, javascript that should be placed before the </body> tag of the page.

object_headHtml

string

Object Head (HTML)

Custom HTML for embed codes, javascript, etc. that goes in the <head> tag of the page.

object_htmlTitle

string

Object Title (HTML)

The html title of this page.

object_id

string

Object ID

The unique ID of the page.

object_includeDefaultCustomCss

boolean

Object Include Default Custom CSS

Boolean to determine whether or not the Primary CSS Files should be applied.

object_language

string

Object Language

The explicitly defined ISO 639 language code of the page. If null, the page will default to the language of the Domain.

object_layoutSections

string

Object Layout Sections

 

object_linkRelCanonicalUrl

string

Object Link Rel Canonical (URL)

Optional override to set the URL to be used in the rel=canonical link tag on the page.

object_mabExperimentId

string

Object MAB Experiment ID

The ID of the MAB test (or dynamic test) associated with this page, if applicable

object_metaDescription

string

Object Meta Description

A description that goes in <meta> tag on the page.

object_name

string

Object Name

The internal name of the page.

object_pageExpiryDate

int64

Object Page Expiry Date

The date at which this page should expire and begin redirecting to another url or page.

object_pageExpiryEnabled

boolean

Object Page Expiry Enabled

Boolean describing if the page expiration feature is enabled for this page

object_pageExpiryRedirectId

int64

Object Page Expiry Redirect ID

The ID of another page this page's url should redirect to once this page expires. Should only set this or pageExpiryRedirectUrl.

object_pageExpiryRedirectUrl

string

Object Page Expiry Redirect URL

The URL this page's url should redirect to once this page expires. Should only set this or pageExpiryRedirectId.

object_pageRedirected

boolean

{res:itgen_hubspot_object_pageredirected}

A generated Boolean describing whether or not this page is currently expired and being redirected.

object_password

string

Object Password

Set this to create a password protected page. Entering the password will be required to view the page.

object_publicAccessRulesEnabled

boolean

Object Public Access Rules Enabled

Boolean to determine whether or not to respect publicAccessRules.

object_publishDate

datetime

Object Publish Date

The date (ISO8601 format) the page is to be published at.

object_publishImmediately

boolean

Object Publish Immediately

Set this to true if you want to be published immediately when the schedule publish endpoint is called, and to ignore the publish_date setting.

object_slug

string

Object Slug

The path of the this page. This field is appended to the domain to construct the url of this page.

object_state

string(25)

Object State

An ENUM descibing the current state of this page.

object_subcategory

string

{res:itgen_hubspot_object_subcategory}

Details the type of page this is. Should always be landing_page or site_page

object_templatePath

string

{res:itgen_hubspot_object_templatepath}

String detailing the path of the template used for this page.

object_themeSettingsValues

string

Object Theme Setting Values

 

object_translatedFromId

string

Object Translated from ID

ID of the primary page this object was translated from.

object_translations

string

Object Translations

 

object_updated

datetime

Object Updated at

 

object_updatedById

string

Object Updated by ID

The ID of the user that updated this page.

object_url

string

Object URL

A generated field representing the URL of this page.

object_useFeaturedImage

boolean

Object Use Featured Image

Boolean to determine if this page should use a featuredImage.

object_widgetContainers

string

Object Widget Containers

A data structure containing the data for all the modules inside the containers for this page. This will only be populated if the page has widget containers.

object_widgets

string

Object Widgets

A data structure containing the data for all the modules for this page.

updatedAt

datetime

Updated at

 

user_email

string

User Email

Email address of the user.

user_fullName

string

User Full Name

First and last name of the user.

user_id

string

User ID

ID of the user.

 

18-12-2024 20:09 Version 24.1.33-BETA+5180

X

Important Safety and Usage Information

Intended Use and Limitations: This software, developed by Invantive, is designed to support a variety of business and information technology data processing functions, such as accounting, financial reporting an sales reporting. It is important to note that this software is not designed, tested, or approved for use in environments where malfunction or failure could lead to life-threatening situations or severe physical or environmental damage. This includes, but is not limited to:

  • Nuclear facilities: The software should not be used for operations or functions related to the control, maintenance, or operation of nuclear facilities.
  • Defense and Military Applications: This software is not suitable for use in defense-related applications, including but not limited to weaponry control, military strategy planning, or any other aspects of national defense.
  • Aviation: The software is not intended for use in the operation, navigation, or communication systems of any aircraft or air traffic control environments.
  • Healthcare and Medicine Production: This software should not be utilized for medical device operation, patient data analysis for critical health decisions, pharmaceutical production, or medical research where its failure or malfunction could impact patient health.
  • Chemical and Hazardous Material Handling: This software is not intended for the management, control, or operational aspects of chemical plants or hazardous material handling facilities. Any malfunction in software used in these settings could result in dangerous chemical spills, explosions, or environmental disasters.
  • Transportation and Traffic Control Systems: The software should not be used for the control, operation, or management of transportation systems, including railway signal controls, subway systems, or traffic light management. Malfunctions in such critical systems could lead to severe accidents and endanger public safety.
  • Energy Grid and Utility Control Systems: This software is not designed for the control or operation of energy grid systems, including electrical substations, renewable energy control systems, or water utility control systems. The failure of software in these areas could lead to significant power outages, water supply disruptions, or other public utility failures, potentially endangering communities and causing extensive damage.
  • Other High-Risk Environments: Any other critical infrastructure and environments where a failure of the software could result in significant harm to individuals or the environment.

User Responsibility: Users must ensure that they understand the intended use of the software and refrain from deploying it in any setting that falls outside of its designed purpose. It is the responsibility of the user to assess the suitability of the software for their intended application, especially in any scenarios that might pose a risk to life, health, or the environment.

Disclaimer of Liability: Invantive disclaims any responsibility for damage, injury, or legal consequences resulting from the use or misuse of this software in prohibited or unintended applications.

  
Disclaimer