The API at url/api/Skill/GetSkill/{skillld}
Zoom
Receives an integer (skillld).
using GET method.
Returns:
NotFound if there is no skill with the requested {skillld} in the database.
Request URL
http://localhost: 5164/api/Skill/GetSkill/100
Server response
Code
404
Undocumented Error: Not Found
Response headers
content-length: 0
date: Sat, 17 Feb 2024 04:44:47 GMT
server: Kestrel
Otherwise, return all information about the requested skill.Note that, you need return information about all employees that has this skill. See Figure below.
Details
+ 100%
Close