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

    Interface GetAllLabelContent

    interface GetAllLabelContent {
        limit?: number;
        name: string;
        start?: number;
        type?: string;
    }
    Index

    Properties

    Properties

    limit?: number

    The number of results to be returned.

    name: string

    Name of the label to query.

    start?: number

    The starting offset for the results.

    type?: string

    The type of contents that are to be returned.