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

    Interface GetBlueprintTemplates

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

    Properties

    expand?: string[]

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

    • body returns the content of the template in storage format.
    limit?: number

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

    spaceKey?: string

    The key of the space to be queried for templates. If the spaceKey is not specified, global blueprint templates will be returned.

    start?: number

    The starting index of the returned templates.