{ "opencollection": "1.0.0", "info": { "name": "Outline AccessRequests Revisions API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Revisions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a revision", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/revisions.info", "body": { "type": "json", "data": "{}" } }, "docs": "A revision is a snapshot of a document at a specific point in time. This endpoint allows you to retrieve a specific version of a document by its unique identifier." }, { "info": { "name": "List all revisions", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/revisions.list", "body": { "type": "json", "data": "{}" } }, "docs": "List all revisions for a specific document. Revisions represent historical snapshots of a document's content and can be used to track changes over time." } ] } ], "bundled": true }