POST api/TestPaperStatistic/ExportSerialNoDetail

小题得分详情

Request Information

URI Parameters

None.

Body Parameters

QuerySerialNoDetailDto
NameDescriptionTypeAdditional information
PaperId

试卷编号

globally unique identifier

None.

Tcids

教学班级编号

Collection of globally unique identifier

None.

StructureIds

行政班级编号

Collection of integer

None.

PageSize

每页数据量

integer

None.

PageIndex

页码

integer

None.

onlyMine

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "onlyMine": true,
  "PaperId": "12800853-976b-4c63-878a-382c83986e3e",
  "Tcids": [
    "8f376ee3-bc69-4170-983b-4fddb53aa0e9",
    "f2f82128-f3cc-4776-9308-f1356c791232"
  ],
  "StructureIds": [
    1,
    2
  ],
  "PageSize": 2,
  "PageIndex": 3
}

text/html

Sample:
{"onlyMine":true,"PaperId":"12800853-976b-4c63-878a-382c83986e3e","Tcids":["8f376ee3-bc69-4170-983b-4fddb53aa0e9","f2f82128-f3cc-4776-9308-f1356c791232"],"StructureIds":[1,2],"PageSize":2,"PageIndex":3}

application/xml, text/xml

Sample:
<QuerySerialNoDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <PageIndex>3</PageIndex>
  <PageSize>2</PageSize>
  <PaperId>12800853-976b-4c63-878a-382c83986e3e</PaperId>
  <StructureIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </StructureIds>
  <Tcids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>8f376ee3-bc69-4170-983b-4fddb53aa0e9</d2p1:guid>
    <d2p1:guid>f2f82128-f3cc-4776-9308-f1356c791232</d2p1:guid>
  </Tcids>
  <onlyMine>true</onlyMine>
</QuerySerialNoDetailDto>

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