{ "opencollection": "1.0.0", "info": { "name": "Sage HR Documents API", "version": "1.0" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "List document categories", "type": "http" }, "http": { "method": "GET", "url": "https://subdomain.sage.hr/api/documents/categories" }, "docs": "List document categories" }, { "info": { "name": "Create new document", "type": "http" }, "http": { "method": "POST", "url": "https://subdomain.sage.hr/api/documents", "body": { "type": "multipart-form", "data": [] } }, "docs": "Document will only be visible to employee themselves" } ] } ], "bundled": true }