POST api/EvaCourse/GetMyEvaCourseList

获取我的听课列表 3

Request Information

URI Parameters

None.

Body Parameters

EvaCourseSearcher
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageIndex

integer

None.

CourseName

string

None.

Status

integer

None.

OType

integer

None.

UserID

integer

None.

CreateBy

integer

None.

TermID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "CourseName": "sample string 3",
  "Status": 4,
  "OType": 5,
  "UserID": 6,
  "CreateBy": 7,
  "TermID": 8
}

application/xml, text/xml

Sample:
<EvaCourseSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <CourseName>sample string 3</CourseName>
  <CreateBy>7</CreateBy>
  <OType>5</OType>
  <PageIndex>2</PageIndex>
  <PageSize>1</PageSize>
  <Status>4</Status>
  <TermID>8</TermID>
  <UserID>6</UserID>
</EvaCourseSearcher>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.