GET Schedule/GetTeacherList/{schoolId}
根据校区获取老师
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schoolId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonClassListModelOfSchool_Teacher| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CommonListOfSchool_Teacher |
None. |
|
| code |
代码 |
string |
None. |
| desc |
描述 |
string |
None. |
| exdesc |
系统内部错误描述 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"items": [
{
"teacherId": "sample string 1",
"teacherName": "sample string 2"
},
{
"teacherId": "sample string 1",
"teacherName": "sample string 2"
}
]
},
"code": "sample string 1",
"desc": "sample string 2",
"exdesc": "sample string 3"
}