GET api/ExamPlan/SeatArrangement?examPlanId={examPlanId}&subjectId={subjectId}&arrangementDate={arrangementDate}&examTimeRangeId={examTimeRangeId}&interlaced={interlaced}&random={random}

排考安排

Request Information

URI Parameters

NameDescriptionTypeAdditional information
examPlanId

考务编号

globally unique identifier

Required

subjectId

课程编号

globally unique identifier

Required

arrangementDate

考试日期

date

Required

examTimeRangeId

批次

integer

Required

interlaced

隔行排考

boolean

Default value is False

random

允许打乱学号

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

排考安排

JsonRtnDtoOfBoolean
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": true
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":true}

application/xml, text/xml

Sample:
<JsonRtnDtoOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>true</Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfboolean>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":true});