Skip to content

Pages Object ​



id
string
REQUIRED · 

The unique identifier for the page

title
string

The title of the page

description
string

The description of the page

page_type
string

The type of the page

All possible enum values:
  • landing-pages
  • site-pages
  • blog-posts
  • page
  • database
status
string

The status of the page

All possible enum values:
  • draft
  • published
  • archived
  • deleted
  • trashed
tags
string[]

The tags associated with the page

parent
object

The parent of the page

id
string

The unique identifier for the parent page

type
string

The type of the parent

space
object

The space the page belongs to

id
string

The unique identifier for the space

created_by
object

The user who created the page

id
string

The unique identifier for the user

name
string

The name of the user

emails
object[]

The emails of the user

email
string

The email of the user

is_primary
boolean

Whether the email is the primary email of the user

type
string

The type of the email

All possible enum values:
  • work
  • home
  • other
last_edited_by
object

The user who last edited the page

id
string

The unique identifier for the user

name
string

The name of the user

emails
object[]

The emails of the user

email
string

The email of the user

is_primary
boolean

Whether the email is the primary email of the user

type
string

The type of the email

All possible enum values:
  • work
  • home
  • other
published_at
string · date-time

The date and time the page was published

urls
object[]

The urls of the page

url
string

The url of the page

type
string

The type of the url

All possible enum values:
  • view
  • edit
  • public_view
created_at
string · date-time

The date and time the page was created

updated_at
string · date-time

The date and time the page was last updated

remote_data
object

Raw data returned from the remote API call.