POST api/testpaper/downstatisticbyselectedpaper
试卷-出题规则统计-批量导出
Request Information
URI Parameters
None.
Body Parameters
试卷编号集合
ScoreExportQueryName | Description | Type | Additional information |
---|---|---|---|
paperIds |
试卷编号集合 |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "paperIds": [ "b70080ea-cba0-4508-a75a-0927349ca255", "75ae8611-6e6c-4196-a688-62a04a5b72b0" ] }
text/html
Sample:
{"paperIds":["b70080ea-cba0-4508-a75a-0927349ca255","75ae8611-6e6c-4196-a688-62a04a5b72b0"]}
application/xml, text/xml
Sample:
<ScoreExportQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <paperIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b70080ea-cba0-4508-a75a-0927349ca255</d2p1:guid> <d2p1:guid>75ae8611-6e6c-4196-a688-62a04a5b72b0</d2p1:guid> </paperIds> </ScoreExportQuery>
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' && ({});