POST api/FeedComment/GetUserFeedCommentByFeedID
动态的评论
Request Information
URI Parameters
None.
Body Parameters
输入参数
UserFeedCommentInputByFeedIDName | Description | Type | Additional information |
---|---|---|---|
FeedID |
动态ID |
globally unique identifier |
None. |
PageSize |
每页显示多少条 |
integer |
None. |
PageIndex |
第多少页 |
integer |
None. |
Token |
签名 |
string |
None. |
SessionID |
会话ID |
globally unique identifier |
None. |
TimeStamp |
时间戳 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FeedID": "85ac3bf8-6ee7-44c4-ad9d-f8a919aeab2c", "PageSize": 2, "PageIndex": 3, "Token": "sample string 4", "SessionID": "8e9b31c4-6716-4ca3-8c2f-54457e6c3377", "TimeStamp": 5 }
Response Information
Resource Description
输出参数
HttpResponseMessageName | 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. |