POST api/testpaper/classbatchstatisticbyknowledge
班级试卷批量统计结果加载--按知识点
Request Information
URI Parameters
None.
Body Parameters
ClassBatchStatisticQeruyName | Description | Type | Additional information |
---|---|---|---|
paperIds |
试卷编号 |
Collection of globally unique identifier |
None. |
exclude |
排除未参考学生 |
boolean |
None. |
key |
查询关键字 |
string |
None. |
pageSize |
页大小 |
integer |
None. |
pageIndex |
页索引 |
integer |
None. |
orderField |
排序字段 |
string |
None. |
orderDirection |
正序倒序 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "paperIds": [ "635cfd18-053d-4845-91fe-ab03ce39def4", "c9f1d273-91f5-4589-9ecf-34571d6ca10d" ], "exclude": true, "key": "sample string 2", "pageSize": 3, "pageIndex": 4, "orderField": "sample string 5", "orderDirection": true }
text/html
Sample:
{"paperIds":["635cfd18-053d-4845-91fe-ab03ce39def4","c9f1d273-91f5-4589-9ecf-34571d6ca10d"],"exclude":true,"key":"sample string 2","pageSize":3,"pageIndex":4,"orderField":"sample string 5","orderDirection":true}
application/xml, text/xml
Sample:
<ClassBatchStatisticQeruy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <exclude>true</exclude> <key>sample string 2</key> <orderDirection>true</orderDirection> <orderField>sample string 5</orderField> <pageIndex>4</pageIndex> <pageSize>3</pageSize> <paperIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>635cfd18-053d-4845-91fe-ab03ce39def4</d2p1:guid> <d2p1:guid>c9f1d273-91f5-4589-9ecf-34571d6ca10d</d2p1:guid> </paperIds> </ClassBatchStatisticQeruy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
班级试卷批量统计结果加载--按知识点
JsonRtnDtoOfPageResultOfDictionaryOfStringAndStringName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | PageResultOfDictionaryOfStringAndString |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Value": [ { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } ], "PageIndex": 1, "PageSize": 2, "total": 3, "TotalPages": 4, "HasPreviousPage": false, "HasNextPage": true } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{"sample string 1":"sample string 2","sample string 3":"sample string 4"},{"sample string 1":"sample string 2","sample string 3":"sample string 4"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfPageResultOfArrayOfKeyValueOfstringstringuHEDJ7DjS_STz13wm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Infrastructure"> <d2p1:PageIndex>1</d2p1:PageIndex> <d2p1:PageSize>2</d2p1:PageSize> <d2p1:TotalPages>4</d2p1:TotalPages> <d2p1:total>3</d2p1:total> <d2p1:Value xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:ArrayOfKeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </d3p1:KeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value>sample string 4</d3p1:Value> </d3p1:KeyValueOfstringstring> </d3p1:ArrayOfKeyValueOfstringstring> <d3p1:ArrayOfKeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </d3p1:KeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value>sample string 4</d3p1:Value> </d3p1:KeyValueOfstringstring> </d3p1:ArrayOfKeyValueOfstringstring> </d2p1:Value> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfPageResultOfArrayOfKeyValueOfstringstringuHEDJ7DjS_STz13wm>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"sample string 1":"sample string 2","sample string 3":"sample string 4"},{"sample string 1":"sample string 2","sample string 3":"sample string 4"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});