POST api/AreaZXProjectTrain/GetZXProjectTrainUserLogList
获取研修日志列表
Request Information
URI Parameters
None.
Body Parameters
ProjectTrainUserLogSearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| ZXPTID | integer |
None. |
|
| UserID | integer |
None. |
|
| Title | string |
None. |
|
| SerchUserID | integer |
None. |
|
| Status | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ZXPTID": 1,
"UserID": 2,
"Title": "sample string 3",
"SerchUserID": 4,
"Status": 5,
"PageIndex": 6,
"PageSize": 7
}
application/xml, text/xml
Sample:
<Searcher.ProjectTrainUserLogSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX"> <PageIndex>6</PageIndex> <PageSize>7</PageSize> <SerchUserID>4</SerchUserID> <Status>5</Status> <Title>sample string 3</Title> <UserID>2</UserID> <ZXPTID>1</ZXPTID> </Searcher.ProjectTrainUserLogSearcher>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |