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

    Interface GetContentVersions

    interface GetContentVersions {
        expand?: string[];
        id: string;
        limit?: number;
        start?: number;
    }
    Index

    Properties

    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 versions.

    limit?: number

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

    start?: number

    The starting index of the returned versions.