Fields
custom_json
JSONCustom JSON object for specific use cases.
id
StringUnique identifier of an entry. For example, 'page_123456' or '67890abcdef'.
schedule
CronScheduleDetails related to schedule of a custom page.
application
StringApplication ID - Identifier for a Sales channel.
archived
BooleanFlag denoting whether the page is archived or not. For example, true or false.
component_ids
[String]Components can be used to store multiple components. For example, ['comp_1', 'comp_2', 'comp_3'].
content
[JSON]Contents of a custom page. For example, [{"type": "text", "value": "Hello World"}, {"type": "image", "url": "https://example.com/img.jpg"}].
content_path
StringA CDN URL at which the entire html content can be fetched from. For example, 'https://cdn.example.com/pages/about-us.html'.
created_by
CreatedByDetails regarding the creator of entity.
date_meta
DateMetaDetails related to resource creation and updation.
description
StringDescription about the page. For example, 'Learn more about our company and mission'.
feature_image
AssetData related to image.
orientation
StringOrientation for Custom Pages - Landscape or portrait. For example, 'landscape' or 'portrait'.
page_meta
[JSON]List of Custom JSON object for specific use cases.
platform
StringPlatform for Custom Pages - Denotes the device type. For example, 'web', 'ios', or 'android'.
published
BooleanWhether page is active or not on website. For example, true or false.
seo
SEODetailsDetails related to SEO of an entry.
slug
StringA short, human-readable, URL-friendly identifier. For example, 'about-us' or 'contact'.
tags
[String]Tags under a page. For example, ['about', 'company'].
title
StringThe title of the page. For example, 'About Us' or 'Contact'.
type
StringType of editor through which the page was created so appropriate rendering engine is used. For example, 'visual', 'html', or 'markdown'.
visibility
JSONVisibility of Page.
Was this section helpful?