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

    Interface ContentHistory

    interface ContentHistory {
        _expandable?: {
            contributors?: string;
            lastUpdated?: string;
            nextVersion?: string;
            previousVersion?: string;
        };
        _links?: GenericLinks;
        contributors?: { publishers?: UsersUserKeys };
        createdBy: User;
        createdDate: string;
        lastUpdated?: Version;
        latest: boolean;
        nextVersion?: Version;
        previousVersion?: Version;
    }
    Index

    Properties

    _expandable?: {
        contributors?: string;
        lastUpdated?: string;
        nextVersion?: string;
        previousVersion?: string;
    }
    _links?: GenericLinks
    contributors?: { publishers?: UsersUserKeys }
    createdBy: User
    createdDate: string
    lastUpdated?: Version
    latest: boolean
    nextVersion?: Version
    previousVersion?: Version