GET api/retest/getretestimportqueue?pageSize={pageSize}&pageIndex={pageIndex}&key={key}&sort={sort}

加载试题文件上传列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageSize

integer

Default value is 10

pageIndex

integer

Default value is 1

key

string

Default value is

sort

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

加载试题文件上传列表

JsonRtnDtoOfPageResultOfReTestImportQueue
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PageResultOfReTestImportQueue

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Value": [
      {
        "Id": 1,
        "UserId": 2,
        "FileName": "sample string 3",
        "ContentType": 4,
        "Link": "sample string 5",
        "ReTestRepositoryId": 6,
        "ReTestRepositoryPath": "sample string 7",
        "IsProcessed": true,
        "ExistLink": "sample string 9",
        "CreatedTime": "2024-09-21T08:55:19.7667263+08:00"
      },
      {
        "Id": 1,
        "UserId": 2,
        "FileName": "sample string 3",
        "ContentType": 4,
        "Link": "sample string 5",
        "ReTestRepositoryId": 6,
        "ReTestRepositoryPath": "sample string 7",
        "IsProcessed": true,
        "ExistLink": "sample string 9",
        "CreatedTime": "2024-09-21T08:55:19.7667263+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":[{"Id":1,"UserId":2,"FileName":"sample string 3","ContentType":4,"Link":"sample string 5","ReTestRepositoryId":6,"ReTestRepositoryPath":"sample string 7","IsProcessed":true,"ExistLink":"sample string 9","CreatedTime":"2024-09-21T08:55:19.7667263+08:00"},{"Id":1,"UserId":2,"FileName":"sample string 3","ContentType":4,"Link":"sample string 5","ReTestRepositoryId":6,"ReTestRepositoryPath":"sample string 7","IsProcessed":true,"ExistLink":"sample string 9","CreatedTime":"2024-09-21T08:55:19.7667263+08:00"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPageResultOfReTestImportQueuemEDjlcEGS_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:ReTestImportQueue>
        <d3p1:ContentType>4</d3p1:ContentType>
        <d3p1:CreatedTime>2024-09-21T08:55:19.7667263+08:00</d3p1:CreatedTime>
        <d3p1:ExistLink>sample string 9</d3p1:ExistLink>
        <d3p1:FileName>sample string 3</d3p1:FileName>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsProcessed>true</d3p1:IsProcessed>
        <d3p1:Link>sample string 5</d3p1:Link>
        <d3p1:ReTestRepositoryId>6</d3p1:ReTestRepositoryId>
        <d3p1:ReTestRepositoryPath>sample string 7</d3p1:ReTestRepositoryPath>
        <d3p1:UserId>2</d3p1:UserId>
      </d3p1:ReTestImportQueue>
      <d3p1:ReTestImportQueue>
        <d3p1:ContentType>4</d3p1:ContentType>
        <d3p1:CreatedTime>2024-09-21T08:55:19.7667263+08:00</d3p1:CreatedTime>
        <d3p1:ExistLink>sample string 9</d3p1:ExistLink>
        <d3p1:FileName>sample string 3</d3p1:FileName>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsProcessed>true</d3p1:IsProcessed>
        <d3p1:Link>sample string 5</d3p1:Link>
        <d3p1:ReTestRepositoryId>6</d3p1:ReTestRepositoryId>
        <d3p1:ReTestRepositoryPath>sample string 7</d3p1:ReTestRepositoryPath>
        <d3p1:UserId>2</d3p1:UserId>
      </d3p1:ReTestImportQueue>
    </d2p1:Value>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPageResultOfReTestImportQueuemEDjlcEGS_STz13wm>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"Id":1,"UserId":2,"FileName":"sample string 3","ContentType":4,"Link":"sample string 5","ReTestRepositoryId":6,"ReTestRepositoryPath":"sample string 7","IsProcessed":true,"ExistLink":"sample string 9","CreatedTime":"2024-09-21T08:55:19.7667263+08:00"},{"Id":1,"UserId":2,"FileName":"sample string 3","ContentType":4,"Link":"sample string 5","ReTestRepositoryId":6,"ReTestRepositoryPath":"sample string 7","IsProcessed":true,"ExistLink":"sample string 9","CreatedTime":"2024-09-21T08:55:19.7667263+08:00"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});