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

    Interface GetContentsWithState

    interface GetContentsWithState {
        expand?: string[];
        limit?: number;
        spaceKey: string;
        start?: number;
        stateId: number;
    }
    Index

    Properties

    expand?: string[]

    A multi-value parameter indicating which properties of the content to expand. Options include: space, version, history, children, etc.

    Ex: (space, version);
    
    limit?: number

    Maximum number of results to return

    spaceKey: string

    The key of the space to be queried for its content state settings.

    start?: number

    Number of result to start returning. (0 indexed)

    stateId: number

    The id of the content state to filter content by