object

CustomPageDetail

Details related to a custom page and contents.
Fields
custom_json
JSON
Custom JSON object for specific use cases.
Unique identifier of an entry. For example, 'page_123456' or '67890abcdef'.
schedule
CronSchedule
Details related to schedule of a custom page.
application
String
Application ID - Identifier for a Sales channel.
archived
Boolean
Flag 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
String
A CDN URL at which the entire html content can be fetched from. For example, 'https://cdn.example.com/pages/about-us.html'.
created_by
CreatedBy
Details regarding the creator of entity.
date_meta
DateMeta
Details related to resource creation and updation.
description
String
Description about the page. For example, 'Learn more about our company and mission'.
feature_image
Asset
Data related to image.
orientation
String
Orientation for Custom Pages - Landscape or portrait. For example, 'landscape' or 'portrait'.
page_meta
[JSON]
List of Custom JSON object for specific use cases.
platform
String
Platform for Custom Pages - Denotes the device type. For example, 'web', 'ios', or 'android'.
published
Boolean
Whether page is active or not on website. For example, true or false.
Details related to SEO of an entry.
slug
String
A short, human-readable, URL-friendly identifier. For example, 'about-us' or 'contact'.
Tags under a page. For example, ['about', 'company'].
title
String
The title of the page. For example, 'About Us' or 'Contact'.
type
String
Type of editor through which the page was created so appropriate rendering engine is used. For example, 'visual', 'html', or 'markdown'.
visibility
JSON
Visibility of Page.