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

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.

Generated using TypeDoc v0.25.12