GET api/testpaper/examsubjectpage?ProfessionalCourseId={ProfessionalCourseId}&TermId={TermId}&pageSize={pageSize}&pageIndex={pageIndex}&key={key}&ExamPlanId={ExamPlanId}

考试科目分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ProfessionalCourseId

课程

integer

Default value is 0

TermId

学期

integer

Default value is 0

pageSize

integer

Default value is 10

pageIndex

integer

Default value is 1

key

关键字

string

Default value is

ExamPlanId

考务ID

string

Default value is

Body Parameters

None.

Response Information

Resource Description

考试科目分页

JsonRtnDtoOfObject
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Object

None.

Response Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

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

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