{ "opencollection": "1.0.0", "info": { "name": "Helpcenter SkillType API", "version": "1.0.0" }, "items": [ { "info": { "name": "SkillType", "type": "folder" }, "items": [ { "info": { "name": "List all Skill Types", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/skillTypes", "params": [ { "name": "mappedSkillsStatus", "value": "", "type": "query", "description": "Filter skill types by associated skills status, allowed values @ACTIVE@ and @INACTIVE@" }, { "name": "departmentId", "value": "", "type": "query", "description": "Department Id" }, { "name": "limit", "value": "", "type": "query", "description": "Number of skilltypes to list, @allowed minimum value 1, maximum value 100,default is 100@" }, { "name": "from", "value": "", "type": "query", "description": "Index number, starting from which the skills must be listed" } ] }, "docs": "This API Lists all Skill Types in a department" }, { "info": { "name": "Create Skill Type", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/skillTypes", "body": { "type": "json", "data": "{}" } }, "docs": "This API Creates a Skill Type" }, { "info": { "name": "Get details of a Skill Type", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/skillTypes/:skillTypeId", "params": [ { "name": "skillTypeId", "value": "", "type": "path" } ] }, "docs": "This API Gets the details of a Skill Type" }, { "info": { "name": "Update a Skill Type", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/skillTypes/:skillTypeId", "params": [ { "name": "skillTypeId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API Updates a Skill Type" }, { "info": { "name": "Delete a Skill Type", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/skillTypes/:skillTypeId", "params": [ { "name": "skillTypeId", "value": "", "type": "path" } ] }, "docs": "This API Deletes a Skill Type" } ] } ], "bundled": true }