POST api/EvaCourse/GetEvaConfigStatistics
获取听课任务完成情况统计 去听课 NormalCount-FinishCount
Request Information
URI Parameters
None.
Body Parameters
EvaConfigStatisticsSearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| SchoolID | integer |
None. |
|
| TermID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"SchoolID": 2,
"TermID": 3
}
application/xml, text/xml
Sample:
<EvaConfigStatisticsSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area"> <SchoolID>2</SchoolID> <TermID>3</TermID> <UserID>1</UserID> </EvaConfigStatisticsSearcher>
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. |