{ "opencollection": "1.0.0", "info": { "name": "Haekka Public Employee Trainings Employees API", "version": "1.0" }, "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.haekka.com/api/public/employees" }, "docs": "Returns a list of all active employees in the company." }, { "info": { "name": "Get an employee", "type": "http" }, "http": { "method": "GET", "url": "https://app.haekka.com/api/public/employees/:employee_id", "params": [ { "name": "employee_id", "value": "", "type": "path", "description": "The id of the employee." } ] }, "docs": "Retrieves employee data for a specific employee." } ] } ], "bundled": true }