GET api/GetTeacherDropDown
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TeacherDropDown| Name | Description | Type | Additional information |
|---|---|---|---|
| TeacherId | integer |
None. |
|
| TeacherFName | string |
None. |
|
| TeacherLName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"TeacherId": 1,
"TeacherFName": "sample string 2",
"TeacherLName": "sample string 3"
},
{
"$ref": "1"
}
]