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