Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface GetContentDescendants

    interface GetContentDescendants {
        expand?: string[];
        id: string;
    }
    Index

    Properties

    Properties

    expand?: string[]

    A multi-value parameter indicating which properties of the children to expand, where:

    • attachment returns all attachments for the content.
    • comments returns all comments for the content.
    • page returns all child pages of the content.
    id: string

    The ID of the content to be queried for its descendants.