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
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
last_edited_by
object
The user who last edited the page
id
string
The unique identifier for the user
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.