☑Kizspy.me
Employee
DELETE
Project
/api/Employee/Delete/{EmployeeId)
GET
/api/Project/GetProjects
GET
/api/Project/GetProject/{ProjectId}
Required APIs.
1.1 The API at url/api/Project/GetProjects
- using GET method.
- Returns all projects in database. The information of each project is the same as in the Figure below.
The attribute numberOfEmployee represents the number of employees who have participated in this
project.
Zoom
+ 100%
http://localhost:5164/api/Project/GetProjects
Server response
Code
Details
200
Response body
"projectId":
"projectName": "Project Alpha",
"startDate": "2021-01-01T00:00:00",
"endDate": "2021-12-31700:00:00",
"budget": 50000,
Close