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

    Interface GetWatchersForSpace

    interface GetWatchersForSpace {
        limit?: string;
        spaceKey: string;
        start?: string;
    }
    Index

    Properties

    limit?: string

    The limit of the number of items to return, this may be restricted by fixed system limits.

    spaceKey: string

    The key of the space to get watchers.

    start?: string

    The start point of the collection to return.