{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Watches API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Watches", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Watches for Page", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/content/:id/notification/child-created", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the content to be queried for its watches." }, { "name": "start", "value": "", "type": "query", "description": "The starting index of the returned watches." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of watches to return per page.\nNote, this may be restricted by fixed system limits." } ] }, "docs": "This API operation retrieves a list of all users and groups watching a specific Confluence page for child page creation events. When called with a page ID, it returns the watches configured to notify watchers whenever a new child page is created under the specified parent page. The endpoint requires appropriate authentication and permissions to view the watch list, and it provides information about who will be notified when child content is added beneath the given page in the content hierarchy." }, { "info": { "name": "Atlassian Get Watches for Space", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/content/:id/notification/created", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the content to be queried for its watches." }, { "name": "start", "value": "", "type": "query", "description": "The starting index of the returned watches." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of watches to return per page.\nNote, this may be restricted by fixed system limits." } ] }, "docs": "This API operation retrieves a list of all watches that have been set up for content creation events within a specific Confluence space. When called, it returns information about users who are watching for new content being created in the space identified by the provided ID parameter. The endpoint uses a GET request and is part of Atlassian Confluence's notification system, allowing administrators and developers to query which users have subscribed to receive notifications when new pages, blog p" } ] } ], "bundled": true }