v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Children

Get child pages

Returns all child pages for given page id. 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.

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

get/pages/{id}/children

Path parameters

idinteger required

The ID of the parent page. If you don't know the page ID, use Get pages and filter the results.

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 pages 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 child pages are returned.