POST api/Statistics/GetMyEvaCourseLessonDetail
获取听课备课组统计详情信息
Request Information
URI Parameters
None.
Body Parameters
StatisticsMyEvaCourseLessonSearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | integer |
None. |
|
| GroupID | integer |
None. |
|
| GradeRange | string |
None. |
|
| SDate | date |
None. |
|
| EDate | date |
None. |
|
| SubjectCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolID": 1,
"GroupID": 2,
"GradeRange": "sample string 3",
"SDate": "2026-01-26T06:11:45.4414251+08:00",
"EDate": "2026-01-26T06:11:45.4414251+08:00",
"SubjectCode": "sample string 6"
}
application/xml, text/xml
Sample:
<StatisticsMyEvaCourseLessonSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity"> <EDate>2026-01-26T06:11:45.4414251+08:00</EDate> <GradeRange>sample string 3</GradeRange> <GroupID>2</GroupID> <SDate>2026-01-26T06:11:45.4414251+08:00</SDate> <SchoolID>1</SchoolID> <SubjectCode>sample string 6</SubjectCode> </StatisticsMyEvaCourseLessonSearcher>
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. |