POST api/AreaZXProjectAbility/GetPACStudyCommentList
获取课程评论列表
Request Information
URI Parameters
None.
Body Parameters
ZXPACStudyCommentSearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| PAQCourseID | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PAQCourseID": 1,
"PageSize": 2,
"PageIndex": 3
}
application/xml, text/xml
Sample:
<Searcher.ZXPACStudyCommentSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZXAbility"> <PAQCourseID>1</PAQCourseID> <PageIndex>3</PageIndex> <PageSize>2</PageSize> </Searcher.ZXPACStudyCommentSearcher>
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. |