{ "opencollection": "1.0.0", "info": { "name": "PeopleForce Candidates Employees API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Employees", "type": "folder" }, "items": [ { "info": { "name": "List employees", "type": "http" }, "http": { "method": "GET", "url": "https://app.peopleforce.io/api/public/v2/employees", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of employees." }, { "info": { "name": "Create an employee", "type": "http" }, "http": { "method": "POST", "url": "https://app.peopleforce.io/api/public/v2/employees", "body": { "type": "json", "data": "{}" } }, "docs": "Create an employee" }, { "info": { "name": "Get an employee", "type": "http" }, "http": { "method": "GET", "url": "https://app.peopleforce.io/api/public/v2/employees/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an employee" }, { "info": { "name": "Update an employee", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.peopleforce.io/api/public/v2/employees/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an employee" } ] } ], "bundled": true }