{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Spaces API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Spaces", "type": "folder" }, "items": [ { "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 }