Skip to content

PageContent Object ​



id
string
REQUIRED · The unique identifier for the page content
sequence
integer
The order of the page content in the context of a page. Will increase sequentially from 0.
page
object
The page the content belongs to
id
string
The unique identifier for the page
page_type
string
The type of the page
All possible enum values:
  • landing-pages
  • site-pages
  • blog-posts
parent
object
The parent of the page content
id
string
The unique identifier for the parent page content
type
string
The type of the parent
has_children
boolean
Whether the page content has children
body
object
The body of the page content
format
string
The format of the body
All possible enum values:
  • markdown
  • html
  • plaintext
content
string
The content of the body
created_at
string · date-time
The date and time the page content was created
updated_at
string · date-time
The date and time the page content was last updated
remote_data
object
Raw data returned from the remote API call.