TCID Title/Description URI HTTP Request Authentication
1 Get Single Student Data http://localhost:3000/students/{id} GET NA
2 Get All Student Data http://localhost:3000/students/ GET NA
3 Create new Student Data http://localhost:3000/students/ POST NA
4 Update Student Data http://localhost:3000/students/{id} PUT NA
5 Delete Student Data http://localhost:3000/students/{id} DELETE NA
Authentication Request Payload Response Payload Status Code
{
"id": "a89a",
"name": "Johnny",
"location": "England",
"phone": "6565366",
NA NA 200
"courses": [
"economics",
"economics",
"accounting"
"accounting"
]
} ]
},
NA NA 200
{
"id": "d256",
"name": "Schimdt",
"name": "Schimdt Jr", "name": "Schimdt
"location": Jr",
"Germany",
"location": "Germany", "location": "Germany",
"phone": "6565377", "phone": "6565377",
NA 201
"courses": [ "courses": [
"Python", "Python",
"Software "Germany",
"location": Engineering" "Software
"location":Engineering"
"Germany",
"phone": "6565377", "phone": "6565377",
NA 200
"courses": [ "courses": [
"Django-Python", "Django-Python",
"location": "Germany",
"phone": "6565377",
NA NA 200
"courses": [
"Python",
Status Code Validation
200
200
201
200
200