v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Children

Get direct children of a page

Returns all children for given page id in the content tree. The number of results is limited by the limit parameter and additional results (if available) will be available through the next URL present in the Link response header.

The following types of content will be returned:

  • Database
  • Embed
  • Folder
  • Page
  • Whiteboard

This endpoint returns minimal information about each child. To fetch more details, use a related endpoint based on the content type, such as:

Permissions required: Permission to access the Confluence site ('Can use' global permission). Only content that the user has permission to view will be returned.

get/pages/{id}/direct-children

Path parameters

idinteger required

The ID of the parent page.

Query parameters

cursorstring

Used for pagination, this opaque cursor will be returned in the next URL in the Link response header. Use the relative URL in the Link header to retrieve the next set of results.

limitinteger

Maximum number of items per result to return. If more results exist, use the Link header to retrieve a relative URL that will return the next set of results.

sortstring

Used to sort the result by a particular field.

Response

Returned if the requested children are returned.