POST api/testpaper/exportexaminationresultsquerybyclassname
导出考试成绩排名
Request Information
URI Parameters
None.
Body Parameters
导出查询对象
ExportExaminationResultQeruyName | Description | Type | Additional information |
---|---|---|---|
paperId |
试卷编号 |
globally unique identifier |
None. |
onlyMine |
仅当前登陆用户 |
boolean |
None. |
tcIds |
教学班级编号 |
Collection of globally unique identifier |
None. |
struIds |
行政班级编号 |
Collection of integer |
None. |
lack |
查询缺考 |
boolean |
None. |
key |
查询关键字 |
string |
None. |
orderField |
排序字段 |
string |
None. |
orderDirection |
正序倒序 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "paperId": "9317cd03-fe3d-40fc-b51f-29d643f9ec6e", "onlyMine": true, "tcIds": [ "63d72770-6d2d-4ee0-bdd4-8ec62adbd41f", "d5da43a4-7515-4454-8f8d-1ab8c645f0db" ], "struIds": [ 1, 2 ], "lack": true, "key": "sample string 4", "orderField": "sample string 5", "orderDirection": true }
text/html
Sample:
{"paperId":"9317cd03-fe3d-40fc-b51f-29d643f9ec6e","onlyMine":true,"tcIds":["63d72770-6d2d-4ee0-bdd4-8ec62adbd41f","d5da43a4-7515-4454-8f8d-1ab8c645f0db"],"struIds":[1,2],"lack":true,"key":"sample string 4","orderField":"sample string 5","orderDirection":true}
application/xml, text/xml
Sample:
<ExportExaminationResultQeruy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <key>sample string 4</key> <lack>true</lack> <onlyMine>true</onlyMine> <orderDirection>true</orderDirection> <orderField>sample string 5</orderField> <paperId>9317cd03-fe3d-40fc-b51f-29d643f9ec6e</paperId> <struIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </struIds> <tcIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>63d72770-6d2d-4ee0-bdd4-8ec62adbd41f</d2p1:guid> <d2p1:guid>d5da43a4-7515-4454-8f8d-1ab8c645f0db</d2p1:guid> </tcIds> </ExportExaminationResultQeruy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
导出考试成绩排名
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({});