GET api/OfflinePaper/GetOldCardBackUp?paperId={paperId}&pageSize={pageSize}&pageIndex={pageIndex}&key={key}

加载答题卡

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paperId

globally unique identifier

Required

pageSize

integer

Default value is 10

pageIndex

integer

Default value is 1

key

string

Default value is

Body Parameters

None.

Response Information

Resource Description

加载答题卡

JsonRtnDtoOfPageResultOfOldCardBackUp
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PageResultOfOldCardBackUp

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Value": [
      {
        "OfflinePaperId": "af02dc71-3c31-402e-a36b-b0d2aff6455e",
        "StuId": "sample string 2",
        "StuName": "sample string 3",
        "UserId": 4,
        "Score": 5.1,
        "FilePath": "sample string 6",
        "CreatedTime": "2024-09-25T00:08:56.7344758+08:00"
      },
      {
        "OfflinePaperId": "af02dc71-3c31-402e-a36b-b0d2aff6455e",
        "StuId": "sample string 2",
        "StuName": "sample string 3",
        "UserId": 4,
        "Score": 5.1,
        "FilePath": "sample string 6",
        "CreatedTime": "2024-09-25T00:08:56.7344758+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":[{"OfflinePaperId":"af02dc71-3c31-402e-a36b-b0d2aff6455e","StuId":"sample string 2","StuName":"sample string 3","UserId":4,"Score":5.1,"FilePath":"sample string 6","CreatedTime":"2024-09-25T00:08:56.7344758+08:00"},{"OfflinePaperId":"af02dc71-3c31-402e-a36b-b0d2aff6455e","StuId":"sample string 2","StuName":"sample string 3","UserId":4,"Score":5.1,"FilePath":"sample string 6","CreatedTime":"2024-09-25T00:08:56.7344758+08:00"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPageResultOfOldCardBackUpmEDjlcEGS_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 xmlns:d3p1="http://schemas.datacontract.org/2004/07/BJ.Data">
      <d3p1:OldCardBackUp>
        <d3p1:CreatedTime>2024-09-25T00:08:56.7344758+08:00</d3p1:CreatedTime>
        <d3p1:FilePath>sample string 6</d3p1:FilePath>
        <d3p1:OfflinePaperId>af02dc71-3c31-402e-a36b-b0d2aff6455e</d3p1:OfflinePaperId>
        <d3p1:Score>5.1</d3p1:Score>
        <d3p1:StuId>sample string 2</d3p1:StuId>
        <d3p1:StuName>sample string 3</d3p1:StuName>
        <d3p1:UserId>4</d3p1:UserId>
      </d3p1:OldCardBackUp>
      <d3p1:OldCardBackUp>
        <d3p1:CreatedTime>2024-09-25T00:08:56.7344758+08:00</d3p1:CreatedTime>
        <d3p1:FilePath>sample string 6</d3p1:FilePath>
        <d3p1:OfflinePaperId>af02dc71-3c31-402e-a36b-b0d2aff6455e</d3p1:OfflinePaperId>
        <d3p1:Score>5.1</d3p1:Score>
        <d3p1:StuId>sample string 2</d3p1:StuId>
        <d3p1:StuName>sample string 3</d3p1:StuName>
        <d3p1:UserId>4</d3p1:UserId>
      </d3p1:OldCardBackUp>
    </d2p1:Value>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPageResultOfOldCardBackUpmEDjlcEGS_STz13wm>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"OfflinePaperId":"af02dc71-3c31-402e-a36b-b0d2aff6455e","StuId":"sample string 2","StuName":"sample string 3","UserId":4,"Score":5.1,"FilePath":"sample string 6","CreatedTime":"2024-09-25T00:08:56.7344758+08:00"},{"OfflinePaperId":"af02dc71-3c31-402e-a36b-b0d2aff6455e","StuId":"sample string 2","StuName":"sample string 3","UserId":4,"Score":5.1,"FilePath":"sample string 6","CreatedTime":"2024-09-25T00:08:56.7344758+08:00"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});