{ "opencollection": "1.0.0", "info": { "name": "HR Partner REST Absences Applications API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.hrpartner.io/applications" }, "docs": "List job applications." }, { "info": { "name": "Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.hrpartner.io/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new job application." }, { "info": { "name": "Get Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.hrpartner.io/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single application by id." }, { "info": { "name": "Update Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.hrpartner.io/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing application by id." } ] } ], "bundled": true }