POST api/Artlcle/GetArticleComment

取得文章評論

Request Information

URI Parameters

None.

Body Parameters

ArticleComment_Input
NameDescriptionTypeAdditional information
Ticket

身份票據

string

Required

articleNo

文章編號

string

None.

pageIndex

頁數

integer

None.

pageSize

筆數

integer

None.

Sort

留言排序

CommentSort

None.

Request Formats

application/json, text/json

Sample:
{
  "Ticket": "sample string 1",
  "articleNo": "sample string 2",
  "pageIndex": 3,
  "pageSize": 4,
  "Sort": 0
}

text/html

Sample:
{"Ticket":"sample string 1","articleNo":"sample string 2","pageIndex":3,"pageSize":4,"Sort":0}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

取得文章評論

ArticleComment_Output
NameDescriptionTypeAdditional information
ticketVerified

驗證是否通過

boolean

None.

totalComment

總留言數

integer

None.

comment

最新討論

Collection of commentsData

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.