Confluence · Schema

Confluence Page

Schema for a Confluence Cloud page resource as returned by the REST API v2. A page is the primary content type in Confluence, representing a wiki-style document within a space.

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
id string The unique identifier of the page. Represented as a string in the v2 API.
status string The current lifecycle status of the page.
title string The title of the page. Must be unique within the space for current pages.
spaceId string The ID of the space this page belongs to.
parentId stringnull The ID of the parent page. Null for top-level pages in a space.
parentType string The type of the parent entity.
position integernull The ordinal position of this page among its siblings in the page tree.
authorId string The Atlassian account ID of the user who originally created the page.
ownerId string The Atlassian account ID of the current page owner.
lastOwnerId stringnull The Atlassian account ID of the previous page owner.
createdAt string The ISO 8601 date-time when the page was originally created.
version object
body object
labels object
properties object
operations object
likes object
versions object
_links object
View JSON Schema on GitHub