POST api/testpaperstatistic/lablestatistical

Lable-得分率统计

Request Information

URI Parameters

None.

Body Parameters

LabelStatisticQueryDto
NameDescriptionTypeAdditional information
PaperId

试卷编号

globally unique identifier

None.

Labels

标签

Collection of string

None.

OnlyExam

仅参考人员

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PaperId": "9ac72dc9-7b5a-4101-b62b-6a727564aced",
  "Labels": [
    "sample string 1",
    "sample string 2"
  ],
  "OnlyExam": true
}

text/html

Sample:
{"PaperId":"9ac72dc9-7b5a-4101-b62b-6a727564aced","Labels":["sample string 1","sample string 2"],"OnlyExam":true}

application/xml, text/xml

Sample:
<LabelStatisticQueryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Labels xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Labels>
  <OnlyExam>true</OnlyExam>
  <PaperId>9ac72dc9-7b5a-4101-b62b-6a727564aced</PaperId>
</LabelStatisticQueryDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Lable-得分率统计

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