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

    Interface GetContentByTypeForSpace

    interface GetContentByTypeForSpace {
        depth?: string;
        expand?: string[];
        limit?: number;
        spaceKey: string;
        start?: number;
        type: string;
    }
    Index

    Properties

    depth?: string

    Filter the results to content at the root level of the space or all content.

    expand?: string[]

    A multi-value parameter indicating which properties of the content to expand.

    limit?: number

    The maximum number of content objects to return per page. Note, this may be restricted by fixed system limits.

    spaceKey: string

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

    start?: number

    The starting index of the returned content.

    type: string

    The type of content to return.