{ "opencollection": "1.0.0", "info": { "name": "ZenHR Approvals Competencies Categories 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": "Competencies Categories", "type": "folder" }, "items": [ { "info": { "name": "List Competencies Categories", "type": "http" }, "http": { "method": "GET", "url": "https://app.zenhr.com/api/v3/branches/:branch_id/competencies_categories", "params": [ { "name": "branch_id", "value": "", "type": "path" } ] }, "docs": "List Competencies Categories" }, { "info": { "name": "Create Competencies Category", "type": "http" }, "http": { "method": "POST", "url": "https://app.zenhr.com/api/v3/branches/:branch_id/competencies_categories", "params": [ { "name": "branch_id", "value": "", "type": "path" } ] }, "docs": "Create Competencies Category" }, { "info": { "name": "Get Competencies Category", "type": "http" }, "http": { "method": "GET", "url": "https://app.zenhr.com/api/v3/branches/:branch_id/competencies_categories/:competencies_category_id", "params": [ { "name": "branch_id", "value": "", "type": "path" }, { "name": "competencies_category_id", "value": "", "type": "path" } ] }, "docs": "Get Competencies Category" }, { "info": { "name": "Update Competencies Category", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.zenhr.com/api/v3/branches/:branch_id/competencies_categories/:competencies_category_id", "params": [ { "name": "branch_id", "value": "", "type": "path" }, { "name": "competencies_category_id", "value": "", "type": "path" } ] }, "docs": "Update Competencies Category" }, { "info": { "name": "Delete Competencies Category", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.zenhr.com/api/v3/branches/:branch_id/competencies_categories/:competencies_category_id", "params": [ { "name": "branch_id", "value": "", "type": "path" }, { "name": "competencies_category_id", "value": "", "type": "path" } ] }, "docs": "Delete Competencies Category" } ] } ], "bundled": true }