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

    Interface GetWatchesForPage

    interface GetWatchesForPage {
        id: string;
        limit?: number;
        start?: number;
    }
    Index

    Properties

    Properties

    id: string

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

    limit?: number

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

    start?: number

    The starting index of the returned watches.