POST api/Artlcle/ArticleCommentPopular
取得本周文章獲讚排行榜
Request Information
URI Parameters
None.
Body Parameters
ArticleCommentPopular_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1"
}
text/html
Sample:
{"Ticket":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
取得本周文章獲讚排行榜
ArticleCommentPopular_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| popularData |
熱門討論資料 |
Collection of commentPopularData |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"popularData": [
{
"memberNo": "sample string 1",
"name": "sample string 2",
"commentCount": 3
},
{
"memberNo": "sample string 1",
"name": "sample string 2",
"commentCount": 3
}
]
}
text/html
Sample:
{"ticketVerified":true,"popularData":[{"memberNo":"sample string 1","name":"sample string 2","commentCount":3},{"memberNo":"sample string 1","name":"sample string 2","commentCount":3}]}