GET api/wrongsets/getwrongsetpaperview?pcId={pcId}&classification={classification}&key={key}&pageSize={pageSize}&pageIndex={pageIndex}&sort={sort}

老师加载错题试卷列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pcId

integer

Required

classification

PaperClassification

Default value is 考试

key

string

Default value is

pageSize

integer

Default value is 10

pageIndex

integer

Default value is 1

sort

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

老师加载错题试卷列表

JsonRtnDtoOfPageResultOfWrongSetPaperViewDto
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PageResultOfWrongSetPaperViewDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Value": [
      {
        "PaperId": "628d916b-c3e4-4ce0-bafd-dd4990a37660",
        "PaperName": "sample string 2",
        "BeginTime": "2024-09-25T00:11:31.8121701+08:00",
        "EndTime": "2024-09-25T00:11:31.8121701+08:00"
      },
      {
        "PaperId": "628d916b-c3e4-4ce0-bafd-dd4990a37660",
        "PaperName": "sample string 2",
        "BeginTime": "2024-09-25T00:11:31.8121701+08:00",
        "EndTime": "2024-09-25T00:11:31.8121701+08:00"
      }
    ],
    "PageIndex": 1,
    "PageSize": 2,
    "total": 3,
    "TotalPages": 4,
    "HasPreviousPage": false,
    "HasNextPage": true
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{"PaperId":"628d916b-c3e4-4ce0-bafd-dd4990a37660","PaperName":"sample string 2","BeginTime":"2024-09-25T00:11:31.8121701+08:00","EndTime":"2024-09-25T00:11:31.8121701+08:00"},{"PaperId":"628d916b-c3e4-4ce0-bafd-dd4990a37660","PaperName":"sample string 2","BeginTime":"2024-09-25T00:11:31.8121701+08:00","EndTime":"2024-09-25T00:11:31.8121701+08:00"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPageResultOfWrongSetPaperViewDtov3CTEUQJS_STz13wm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:PageSize>2</d2p1:PageSize>
    <d2p1:TotalPages>4</d2p1:TotalPages>
    <d2p1:total>3</d2p1:total>
    <d2p1:Value>
      <WrongSetPaperViewDto>
        <BeginTime>2024-09-25T00:11:31.8121701+08:00</BeginTime>
        <EndTime>2024-09-25T00:11:31.8121701+08:00</EndTime>
        <PaperId>628d916b-c3e4-4ce0-bafd-dd4990a37660</PaperId>
        <PaperName>sample string 2</PaperName>
      </WrongSetPaperViewDto>
      <WrongSetPaperViewDto>
        <BeginTime>2024-09-25T00:11:31.8121701+08:00</BeginTime>
        <EndTime>2024-09-25T00:11:31.8121701+08:00</EndTime>
        <PaperId>628d916b-c3e4-4ce0-bafd-dd4990a37660</PaperId>
        <PaperName>sample string 2</PaperName>
      </WrongSetPaperViewDto>
    </d2p1:Value>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPageResultOfWrongSetPaperViewDtov3CTEUQJS_STz13wm>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"PaperId":"628d916b-c3e4-4ce0-bafd-dd4990a37660","PaperName":"sample string 2","BeginTime":"2024-09-25T00:11:31.8121701+08:00","EndTime":"2024-09-25T00:11:31.8121701+08:00"},{"PaperId":"628d916b-c3e4-4ce0-bafd-dd4990a37660","PaperName":"sample string 2","BeginTime":"2024-09-25T00:11:31.8121701+08:00","EndTime":"2024-09-25T00:11:31.8121701+08:00"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});