GET api/testpaper/pageexamplanstu?key={key}&ClassNameStr={ClassNameStr}&ProfessionalCourseId={ProfessionalCourseId}&ExamPlaceId={ExamPlaceId}&ExamPlanId={ExamPlanId}&SubjectId={SubjectId}&TermId={TermId}&pageSize={pageSize}&pageIndex={pageIndex}

分页查询考务学生

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

关键字

string

Default value is

ClassNameStr

班级字符串集合

string

Default value is

ProfessionalCourseId

专业课程

integer

Default value is 0

ExamPlaceId

考场(-2已分配,-1全部,0未分配,>0具体考场)

integer

Default value is 0

ExamPlanId

考务

string

Default value is

SubjectId

科目

string

Default value is

TermId

学期

integer

Default value is 0

pageSize

integer

Default value is 10

pageIndex

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

分页查询考务学生

JsonRtnDtoOfPageResultOfObject
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PageResultOfObject

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Value": [
      {},
      {}
    ],
    "PageIndex": 1,
    "PageSize": 2,
    "total": 3,
    "TotalPages": 4,
    "HasPreviousPage": false,
    "HasNextPage": true
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{},{}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPageResultOfanyTypeS_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.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:anyType />
      <d3p1:anyType />
    </d2p1:Value>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPageResultOfanyTypeS_STz13wm>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{},{}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});