GET api/ExamPlan/LoadStuExamInfoByExamTimeRange?examPlanId={examPlanId}&subjectId={subjectId}&arrangementDate={arrangementDate}&examTimeRangeId={examTimeRangeId}

加载科目下指定场次的考生排考信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
examPlanId

globally unique identifier

Required

subjectId

globally unique identifier

Required

arrangementDate

date

Required

examTimeRangeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

加载科目下指定场次的考生排考信息

JsonRtnDtoOfAllocatedStuOutput[]
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of AllocatedStuOutput

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "N": "sample string 1",
      "O": true,
      "I": [
        {
          "S": "sample string 1",
          "E": 1,
          "R": 1,
          "C": 1,
          "F": true
        },
        {
          "S": "sample string 1",
          "E": 1,
          "R": 1,
          "C": 1,
          "F": true
        }
      ]
    },
    {
      "N": "sample string 1",
      "O": true,
      "I": [
        {
          "S": "sample string 1",
          "E": 1,
          "R": 1,
          "C": 1,
          "F": true
        },
        {
          "S": "sample string 1",
          "E": 1,
          "R": 1,
          "C": 1,
          "F": true
        }
      ]
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"N":"sample string 1","O":true,"I":[{"S":"sample string 1","E":1,"R":1,"C":1,"F":true},{"S":"sample string 1","E":1,"R":1,"C":1,"F":true}]},{"N":"sample string 1","O":true,"I":[{"S":"sample string 1","E":1,"R":1,"C":1,"F":true},{"S":"sample string 1","E":1,"R":1,"C":1,"F":true}]}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfAllocatedStuOutputv3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>
    <AllocatedStuOutput>
      <I>
        <AllocatedStuItem>
          <C>1</C>
          <E>1</E>
          <F>true</F>
          <R>1</R>
          <S>sample string 1</S>
        </AllocatedStuItem>
        <AllocatedStuItem>
          <C>1</C>
          <E>1</E>
          <F>true</F>
          <R>1</R>
          <S>sample string 1</S>
        </AllocatedStuItem>
      </I>
      <N>sample string 1</N>
      <O>true</O>
    </AllocatedStuOutput>
    <AllocatedStuOutput>
      <I>
        <AllocatedStuItem>
          <C>1</C>
          <E>1</E>
          <F>true</F>
          <R>1</R>
          <S>sample string 1</S>
        </AllocatedStuItem>
        <AllocatedStuItem>
          <C>1</C>
          <E>1</E>
          <F>true</F>
          <R>1</R>
          <S>sample string 1</S>
        </AllocatedStuItem>
      </I>
      <N>sample string 1</N>
      <O>true</O>
    </AllocatedStuOutput>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfAllocatedStuOutputv3CTEUQJ>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"N":"sample string 1","O":true,"I":[{"S":"sample string 1","E":1,"R":1,"C":1,"F":true},{"S":"sample string 1","E":1,"R":1,"C":1,"F":true}]},{"N":"sample string 1","O":true,"I":[{"S":"sample string 1","E":1,"R":1,"C":1,"F":true},{"S":"sample string 1","E":1,"R":1,"C":1,"F":true}]}]});