{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Analytics API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Views", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/analytics/content/:contentId/views", "params": [ { "name": "contentId", "value": "", "type": "path", "description": "The ID of the content to get the views for." }, { "name": "fromDate", "value": "2021-03-21T00:00:00.000Z", "type": "query", "description": "The number of views for the content since the date." } ] }, "docs": "Get the total number of views a piece of content has." }, { "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": "Get the total number of distinct viewers a piece of content has." } ] } ], "bundled": true }