POST api/testpaperstatistic/getserialnodetail

小题得分详情

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": "d0aaa380-5b2b-4105-9daa-03bc62bed797",
  "Tcids": [
    "aa9c8b58-5f89-494d-b71e-3560b1d75e30",
    "56d0c6b3-7485-4e1c-be74-cb54de675a04"
  ],
  "StructureIds": [
    1,
    2
  ],
  "PageSize": 2,
  "PageIndex": 3
}

text/html

Sample:
{"onlyMine":true,"PaperId":"d0aaa380-5b2b-4105-9daa-03bc62bed797","Tcids":["aa9c8b58-5f89-494d-b71e-3560b1d75e30","56d0c6b3-7485-4e1c-be74-cb54de675a04"],"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>d0aaa380-5b2b-4105-9daa-03bc62bed797</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>aa9c8b58-5f89-494d-b71e-3560b1d75e30</d2p1:guid>
    <d2p1:guid>56d0c6b3-7485-4e1c-be74-cb54de675a04</d2p1:guid>
  </Tcids>
  <onlyMine>true</onlyMine>
</QuerySerialNoDetailDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

小题得分详情

PageResultOfListSerialNoDetailDto
NameDescriptionTypeAdditional information
Value

Collection of ListSerialNoDetailDto

None.

PageIndex

integer

None.

PageSize

integer

None.

total

integer

None.

TotalPages

integer

None.

HasPreviousPage

boolean

None.

HasNextPage

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": [
    {
      "SerialNo": 1.1,
      "StuId": "sample string 2",
      "StuName": "sample string 3",
      "ClassId": "sample string 4",
      "TeacherName": "sample string 5",
      "ClassName": "sample string 6",
      "IsCorrect": true,
      "IsSubjective": true,
      "Score": 9.1,
      "TotalScore": 10.1
    },
    {
      "SerialNo": 1.1,
      "StuId": "sample string 2",
      "StuName": "sample string 3",
      "ClassId": "sample string 4",
      "TeacherName": "sample string 5",
      "ClassName": "sample string 6",
      "IsCorrect": true,
      "IsSubjective": true,
      "Score": 9.1,
      "TotalScore": 10.1
    }
  ],
  "PageIndex": 1,
  "PageSize": 2,
  "total": 3,
  "TotalPages": 4,
  "HasPreviousPage": false,
  "HasNextPage": true
}

text/html

Sample:
{"Value":[{"SerialNo":1.1,"StuId":"sample string 2","StuName":"sample string 3","ClassId":"sample string 4","TeacherName":"sample string 5","ClassName":"sample string 6","IsCorrect":true,"IsSubjective":true,"Score":9.1,"TotalScore":10.1},{"SerialNo":1.1,"StuId":"sample string 2","StuName":"sample string 3","ClassId":"sample string 4","TeacherName":"sample string 5","ClassName":"sample string 6","IsCorrect":true,"IsSubjective":true,"Score":9.1,"TotalScore":10.1}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}

application/xml, text/xml

Sample:
<PageResultOfListSerialNoDetailDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <TotalPages>4</TotalPages>
  <total>3</total>
  <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Services">
    <d2p1:ListSerialNoDetailDto>
      <d2p1:ClassId>sample string 4</d2p1:ClassId>
      <d2p1:ClassName>sample string 6</d2p1:ClassName>
      <d2p1:IsCorrect>true</d2p1:IsCorrect>
      <d2p1:IsSubjective>true</d2p1:IsSubjective>
      <d2p1:Score>9.1</d2p1:Score>
      <d2p1:SerialNo>1.1</d2p1:SerialNo>
      <d2p1:StuId>sample string 2</d2p1:StuId>
      <d2p1:StuName>sample string 3</d2p1:StuName>
      <d2p1:TeacherName>sample string 5</d2p1:TeacherName>
      <d2p1:TotalScore>10.1</d2p1:TotalScore>
    </d2p1:ListSerialNoDetailDto>
    <d2p1:ListSerialNoDetailDto>
      <d2p1:ClassId>sample string 4</d2p1:ClassId>
      <d2p1:ClassName>sample string 6</d2p1:ClassName>
      <d2p1:IsCorrect>true</d2p1:IsCorrect>
      <d2p1:IsSubjective>true</d2p1:IsSubjective>
      <d2p1:Score>9.1</d2p1:Score>
      <d2p1:SerialNo>1.1</d2p1:SerialNo>
      <d2p1:StuId>sample string 2</d2p1:StuId>
      <d2p1:StuName>sample string 3</d2p1:StuName>
      <d2p1:TeacherName>sample string 5</d2p1:TeacherName>
      <d2p1:TotalScore>10.1</d2p1:TotalScore>
    </d2p1:ListSerialNoDetailDto>
  </Value>
</PageResultOfListSerialNoDetailDtov3CTEUQJ>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Value":[{"SerialNo":1.1,"StuId":"sample string 2","StuName":"sample string 3","ClassId":"sample string 4","TeacherName":"sample string 5","ClassName":"sample string 6","IsCorrect":true,"IsSubjective":true,"Score":9.1,"TotalScore":10.1},{"SerialNo":1.1,"StuId":"sample string 2","StuName":"sample string 3","ClassId":"sample string 4","TeacherName":"sample string 5","ClassName":"sample string 6","IsCorrect":true,"IsSubjective":true,"Score":9.1,"TotalScore":10.1}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true});