GET api/StudentAPI/GetCourse?Medium={Medium}&ClassRoomType={ClassRoomType}
Documentation for 'GetCourse'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Medium | Documentation for 'Medium'. |
Define this parameter in the request URI. |
| ClassRoomType | Documentation for 'ClassRoomType'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"data": {},
"Counter": 4
}