POST api/AreaZXProjectAbility/GetUserProjectTrainList

获取教师的远程项目列表

Request Information

URI Parameters

None.

Body Parameters

ProjectTrainPDSearcher
NameDescriptionTypeAdditional information
UserID

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "PageIndex": 2,
  "PageSize": 3
}

application/xml, text/xml

Sample:
<Searcher.ProjectTrainPDSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX">
  <PageIndex>2</PageIndex>
  <PageSize>3</PageSize>
  <UserID>1</UserID>
</Searcher.ProjectTrainPDSearcher>

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.