{ "opencollection": "1.0.0", "info": { "name": "HR Partner REST Absences Library API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Library", "type": "folder" }, "items": [ { "info": { "name": "List Library Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.hrpartner.io/library/documents" }, "docs": "List documents in the company document library." }, { "info": { "name": "List Library Categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.hrpartner.io/library/categories" }, "docs": "List document categories in the company document library." } ] } ], "bundled": true }