Server response
Code
200
Details
Response body
[
{
"instructorId": 1,
"name": "Dr. Smith",
"bio": "Expert in data science",
"courses": [
{
"courseId": 1,
"title": "Data Science 101"
}
"instructorId": 2,
"name": "Prof. Johnson",
"bio": "Specialist in machine learning",
"courses": [
{ "courseId": 2,
"title": "Machine Learning Basics"
}
"instructorId": 3,
1.2 The API at url/api/User/{id}
using GET method.
Return the information of the user with the userld equal to {id} and list of all course that this user have enrolled in. The information of each user is the same as in the Figure below.
+ 100%
Zoom
Close