{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Viewers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Viewers", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Viewers", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/analytics/content/:contentId/viewers", "params": [ { "name": "contentId", "value": "", "type": "path", "description": "The ID of the content to get the viewers for." }, { "name": "fromDate", "value": "2021-03-21T00:00:00.000Z", "type": "query", "description": "The number of views for the content since the date." } ] }, "docs": "This API endpoint retrieves analytics data about viewers for a specific piece of Confluence content identified by its contentId. When called with a GET request, it returns information about users who have viewed the specified content, which can be useful for understanding content engagement and reach within your Confluence space. The endpoint is part of the Confluence Analytics REST API and requires appropriate authentication and permissions to access viewer statistics for the requested content." } ] } ], "bundled": true }