GET api/ExamPlan/GetExamTimeRange?pageIndex={pageIndex}&pageSize={pageSize}&key={key}

加载场次信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageIndex

integer

Required

pageSize

integer

Required

key

string

Required

Body Parameters

None.

Response Information

Resource Description

加载场次信息

JsonRtnDtoOfPageResultOfExamTimeRange
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PageResultOfExamTimeRange

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Value": [
      {
        "Id": 1,
        "SessionId": "sample string 2",
        "SessionName": "sample string 3",
        "BeginTime": "2024-09-25T00:10:11.4842889+08:00",
        "DisplayBeginTime": "00:10",
        "EndTime": "2024-09-25T00:10:11.4842889+08:00",
        "DisplayEndTime": "00:10",
        "Enabled": true,
        "TotalMinute": 7,
        "IsDeleted": true
      },
      {
        "Id": 1,
        "SessionId": "sample string 2",
        "SessionName": "sample string 3",
        "BeginTime": "2024-09-25T00:10:11.4842889+08:00",
        "DisplayBeginTime": "00:10",
        "EndTime": "2024-09-25T00:10:11.4842889+08:00",
        "DisplayEndTime": "00:10",
        "Enabled": true,
        "TotalMinute": 7,
        "IsDeleted": true
      }
    ],
    "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,"SessionId":"sample string 2","SessionName":"sample string 3","BeginTime":"2024-09-25T00:10:11.4842889+08:00","DisplayBeginTime":"00:10","EndTime":"2024-09-25T00:10:11.4842889+08:00","DisplayEndTime":"00:10","Enabled":true,"TotalMinute":7,"IsDeleted":true},{"Id":1,"SessionId":"sample string 2","SessionName":"sample string 3","BeginTime":"2024-09-25T00:10:11.4842889+08:00","DisplayBeginTime":"00:10","EndTime":"2024-09-25T00:10:11.4842889+08:00","DisplayEndTime":"00:10","Enabled":true,"TotalMinute":7,"IsDeleted":true}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPageResultOfExamTimeRangemEDjlcEGS_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:ExamTimeRange>
        <d3p1:BeginTime>2024-09-25T00:10:11.4842889+08:00</d3p1:BeginTime>
        <d3p1:Enabled>true</d3p1:Enabled>
        <d3p1:EndTime>2024-09-25T00:10:11.4842889+08:00</d3p1:EndTime>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsDeleted>true</d3p1:IsDeleted>
        <d3p1:SessionId>sample string 2</d3p1:SessionId>
        <d3p1:SessionName>sample string 3</d3p1:SessionName>
        <d3p1:TotalMinute>7</d3p1:TotalMinute>
      </d3p1:ExamTimeRange>
      <d3p1:ExamTimeRange>
        <d3p1:BeginTime>2024-09-25T00:10:11.4842889+08:00</d3p1:BeginTime>
        <d3p1:Enabled>true</d3p1:Enabled>
        <d3p1:EndTime>2024-09-25T00:10:11.4842889+08:00</d3p1:EndTime>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsDeleted>true</d3p1:IsDeleted>
        <d3p1:SessionId>sample string 2</d3p1:SessionId>
        <d3p1:SessionName>sample string 3</d3p1:SessionName>
        <d3p1:TotalMinute>7</d3p1:TotalMinute>
      </d3p1:ExamTimeRange>
    </d2p1:Value>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPageResultOfExamTimeRangemEDjlcEGS_STz13wm>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"Id":1,"SessionId":"sample string 2","SessionName":"sample string 3","BeginTime":"2024-09-25T00:10:11.4842889+08:00","DisplayBeginTime":"00:10","EndTime":"2024-09-25T00:10:11.4842889+08:00","DisplayEndTime":"00:10","Enabled":true,"TotalMinute":7,"IsDeleted":true},{"Id":1,"SessionId":"sample string 2","SessionName":"sample string 3","BeginTime":"2024-09-25T00:10:11.4842889+08:00","DisplayBeginTime":"00:10","EndTime":"2024-09-25T00:10:11.4842889+08:00","DisplayEndTime":"00:10","Enabled":true,"TotalMinute":7,"IsDeleted":true}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});