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

    Interface GetContentVersion

    interface GetContentVersion {
        expand?: string[];
        id: string;
        versionNumber: number;
    }
    Index

    Properties

    expand?: string[]

    A multi-value parameter indicating which properties of the content to expand. By default, the content object is expanded.

    • collaborators returns the users that collaborated on the version.
    • content returns the content for the version.
    id: string

    The ID of the content to be queried for its version.

    versionNumber: number

    The number of the version to be retrieved.