{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Descendants API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Descendants", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Content Descendants", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/content/:id/descendant", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the content to be queried for its descendants." }, { "name": "expand", "value": "", "type": "query", "description": "A multi-value parameter indicating which properties of the children to\nexpand, where:\n\n- `attachment` returns all attachments for the content.\n- `comments` returns all comments for the content.\n- `page` returns all child pages of the content." } ] }, "docs": "This API operation retrieves all descendants of a specified Confluence content item by its ID. Descendants include all child pages, nested subpages, comments, and attachments that exist below the specified content in the content hierarchy tree. The endpoint returns a paginated list of content objects that are hierarchically related to the parent content, allowing developers to traverse and map the complete content structure beneath a given page or blog post. This is particularly useful for opera" } ] } ], "bundled": true }