{ "opencollection": "1.0.0", "info": { "name": "Nmbrs Public REST API (HR & Payroll) Absences Employments API", "version": "1.0-modeled" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identityservice.nmbrs.com/connect/authorize", "accessTokenUrl": "https://identityservice.nmbrs.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Employments", "type": "folder" }, "items": [ { "info": { "name": "List employments", "type": "http" }, "http": { "method": "GET", "url": "https://api.nmbrsapp.com/api/employees/:employeeId/employments", "params": [ { "name": "employeeId", "value": "", "type": "path", "description": "Unique identifier of the employee." } ] }, "docs": "Lists the employment contracts and history for an employee." } ] } ], "bundled": true }