POST api/Statistics/GetSGroupOrUserLessonGroupList
查询教研组下备课组或用户为组长备课组
Request Information
URI Parameters
None.
Body Parameters
SLGroupListSearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | integer |
None. |
|
| SGroupID | integer |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolID": 1,
"SGroupID": 2,
"UserID": 3
}
application/xml, text/xml
Sample:
<SLGroupListSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area"> <SGroupID>2</SGroupID> <SchoolID>1</SchoolID> <UserID>3</UserID> </SLGroupListSearcher>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |