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

    Interface GetMacroBodyByMacroId

    interface GetMacroBodyByMacroId {
        id: string;
        macroId: string;
        version: number;
    }
    Index

    Properties

    Properties

    id: string

    The ID for the content that contains the macro.

    macroId: string

    The ID of the macro. This is usually passed by the app that the macro is in. Otherwise, find the macro ID by querying the desired content and version, then expanding the body in storage format. For example, '/content/196611/version/7?expand=content.body.storage'.

    version: number

    The version of the content that contains the macro.