{ "opencollection": "1.0.0", "info": { "name": "ZenHR Approvals API", "version": "v3" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.zenhr.com/en/oauth/authorize", "accessTokenUrl": "https://api.zenhr.com/en/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Approvals", "type": "folder" }, "items": [ { "info": { "name": "List Approvals", "type": "http" }, "http": { "method": "GET", "url": "https://app.zenhr.com/api/v3/branches/:branch_id/employees/:employee_id/approvals", "params": [ { "name": "branch_id", "value": "", "type": "path" }, { "name": "employee_id", "value": "", "type": "path" } ] }, "docs": "List Approvals" }, { "info": { "name": "Get Approval", "type": "http" }, "http": { "method": "GET", "url": "https://app.zenhr.com/api/v3/branches/:branch_id/employees/:employee_id/approvals/:approval_id", "params": [ { "name": "branch_id", "value": "", "type": "path" }, { "name": "employee_id", "value": "", "type": "path" }, { "name": "approval_id", "value": "", "type": "path" } ] }, "docs": "Get Approval" } ] } ], "bundled": true }