{ "opencollection": "1.0.0", "info": { "name": "Outline AccessRequests Views API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Views", "type": "folder" }, "items": [ { "info": { "name": "List all views", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/views.list", "body": { "type": "json", "data": "{}" } }, "docs": "List all users that have viewed a document and the overall view count." }, { "info": { "name": "Create a view", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/views.create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new view for a document. This is documented in the interests of thoroughness however it is recommended that views are not created from outside of the Outline UI." } ] } ], "bundled": true }