POST api/testpaper/downstatistic

统计试卷-出题规则统计

Request Information

URI Parameters

None.

Body Parameters

ExportStatistic
NameDescriptionTypeAdditional information
paperId

试卷编号

globally unique identifier

None.

onlyMine

仅查询自己的

boolean

None.

tcIds

教学班级编号

Collection of globally unique identifier

None.

struIds

行政班级编号

Collection of integer

None.

orderField

排序字段

string

None.

orderDirection

正序倒序

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "paperId": "cebcc893-08c6-406c-a535-b5eec9072aa6",
  "onlyMine": true,
  "tcIds": [
    "96daebd3-9ae2-4e08-84fa-4301248f0b24",
    "77bfeffb-b9b4-446a-9b9d-c01559f00063"
  ],
  "struIds": [
    1,
    2
  ],
  "orderField": "sample string 3",
  "orderDirection": true
}

text/html

Sample:
{"paperId":"cebcc893-08c6-406c-a535-b5eec9072aa6","onlyMine":true,"tcIds":["96daebd3-9ae2-4e08-84fa-4301248f0b24","77bfeffb-b9b4-446a-9b9d-c01559f00063"],"struIds":[1,2],"orderField":"sample string 3","orderDirection":true}

application/xml, text/xml

Sample:
<ExportStatistic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <onlyMine>true</onlyMine>
  <orderDirection>true</orderDirection>
  <orderField>sample string 3</orderField>
  <paperId>cebcc893-08c6-406c-a535-b5eec9072aa6</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>96daebd3-9ae2-4e08-84fa-4301248f0b24</d2p1:guid>
    <d2p1:guid>77bfeffb-b9b4-446a-9b9d-c01559f00063</d2p1:guid>
  </tcIds>
</ExportStatistic>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

统计试卷-出题规则统计

Object

None.

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' && ({});