GET api/AdminGetTerms?loginaccount={loginaccount}&loginpassword={loginpassword}&weiopenid={weiopenid}&weiaccountid={weiaccountid}&pageindex={pageindex}&pagesize={pagesize}
校长权限,获取所有学期
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginaccount |
登录账号 loginaccount和loginpassword 是一套 weiopenid和weiaccountid 是一套 |
string |
Default value is |
| loginpassword |
登录密码 |
string |
Default value is |
| weiopenid |
微信weiopenid |
string |
Default value is |
| weiaccountid |
微信id |
integer |
Default value is 0 |
| pageindex |
页数 |
integer |
Default value is -1 |
| pagesize |
每页数量 |
integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
{"code":0,"count":"数量","data":[{"id":"id","termname":"学期名","courseid":"课程ID","starttime":"开始授课时间","endtime":"结束授课时间"}]}
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.