Confluence · Schema

Confluence Space

Schema for a Confluence Cloud space resource as returned by the REST API v2. A space is the top-level organizational container in Confluence, holding pages, blog posts, and other content.

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
id string The unique identifier of the space.
key string The unique key of the space. Used in URLs and as a human-readable identifier. Must be alphanumeric and uppercase.
name string The display name of the space.
type string The type of space. Global spaces are accessible to all users; personal spaces belong to an individual user.
status string The lifecycle status of the space.
authorId string The Atlassian account ID of the user who created the space.
createdAt string The ISO 8601 date-time when the space was created.
homepageId stringnull The ID of the space homepage. Every space has a homepage that serves as the root of the page tree.
description object
icon object
labels object
properties object
operations object
permissions object
_links object
View JSON Schema on GitHub