POST mobile/learn/bookcomment/searchcomments
search comments
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"type": 1,
"courseId": "sample string 2",
"isDescOrder": true,
"pageIndex": 4,
"pageSize": 5,
"curUserId": "sample string 6",
"isSSO": true,
"requestHost": "sample string 8",
"applicationPath": "sample string 9",
"secureApplicationPath": "sample string 10",
"absoluteApplicationPath": "sample string 11",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 14",
"clientOS": "sample string 15",
"clientBuild": "sample string 16",
"timeZone": 17,
"clientId": "sample string 18"
}
application/xml, text/xml
Sample:
<SearchBookCommentInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input"> <ClientId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 18</ClientId> <ClientType xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">Web</ClientType> <TimeZone xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">17</TimeZone> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 11</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 9</applicationPath> <cachedKey xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 1</cachedKey> <clientBuild xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 16</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 15</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 14</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 6</curUserId> <isHttps xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isHttps> <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isMobileDevice> <isSSO xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isSSO> <requestHost xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 8</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 10</secureApplicationPath> <CourseId>sample string 2</CourseId> <IsDescOrder>true</IsDescOrder> <PageIndex>4</PageIndex> <PageSize>5</PageSize> <Type>1</Type> </SearchBookCommentInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "8816a078-d2e3-4639-8532-eee02a4b11b7",
"data": {
"comments": [
{
"commentId": "sample string 1",
"icon": {
"photo": "sample string 1",
"isUseAvatar": true,
"avatarBackgroundColor": "sample string 3",
"avatarName": "sample string 4"
},
"userName": "sample string 2",
"type": 3,
"content": "sample string 4",
"addedBy": "sample string 5",
"addedOn": "sample string 6",
"totalLikesCount": 7,
"isLike": true
},
{
"commentId": "sample string 1",
"icon": {
"photo": "sample string 1",
"isUseAvatar": true,
"avatarBackgroundColor": "sample string 3",
"avatarName": "sample string 4"
},
"userName": "sample string 2",
"type": 3,
"content": "sample string 4",
"addedBy": "sample string 5",
"addedOn": "sample string 6",
"totalLikesCount": 7,
"isLike": true
},
{
"commentId": "sample string 1",
"icon": {
"photo": "sample string 1",
"isUseAvatar": true,
"avatarBackgroundColor": "sample string 3",
"avatarName": "sample string 4"
},
"userName": "sample string 2",
"type": 3,
"content": "sample string 4",
"addedBy": "sample string 5",
"addedOn": "sample string 6",
"totalLikesCount": 7,
"isLike": true
}
],
"pageCount": 1,
"totalCount": 2
}
}
application/xml, text/xml
Sample:
<ApiResponseOfPagedBookCommentsOutVODeMvvqei xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API"> <CachedKey>sample string 3</CachedKey> <Code>None</Code> <CorrelationId>8816a078-d2e3-4639-8532-eee02a4b11b7</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfPagedBookCommentsOutVODeMvvqei>