Employee
DELETE
/api/Employee/Delete/{EmployeeId}
Skill
GET
/api/Skill/GetSkills
/api/Skill/GetSkill/{SkillId}
Required APIs.
GET
1.1
The API at url/api/Skill/GetSkills
using GET method.
Returns all skills in database. The information of each skill is the same as in the Figure below. The attribute numberOfEmployee represents the number of employees who have that skill.
Request URL
http://localhost: 5164/api/Skill/GetSkills
Server response
Zoom
100%
Close