/action/openapi/comment_list


/action/openapi/comment_list

获取评论列表

URL

/action/openapi/comment_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问评论信息

请求参数

必选类型及范围说明默认值
idtrueint新闻ID/翻译ID/帖子ID/动弹ID/用户ID(私信中跟当前用户来往的ID)/博客ID-1
catalogtrueint1-新闻/翻译|2-帖子|3-动弹|4-消息(私信 必须access_token)|5-博客-1
access_tokenfalsestringoauth2_token获取的access_token
page/pageIndextrueint页数1
pageSizetrueint每页条数20
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

catalog为4的时候 查看私信列表必须提供access_token

返回结果

JSON

  1. {
  2. "notice": {
  3. "replyCount": 0,
  4. "msgCount": 0,
  5. "fansCount": 0,
  6. "referCount": 0
  7. },
  8. "commentList": [
  9. {
  10. "content": "

    引用来自“张艺辰”的答案

    fdsfsafdasfdsafds
    ",
  11. "id": 174745,
  12. "pubDate": "2013-10-09 15:24:28.0",
  13. "client_type": 1,
  14. "replies": [ ],
  15. "commentAuthor": "张艺辰",
  16. "commentAuthorId": 253479,
  17. "refers": [
  18. {
  19. "refertitle": "引用来自“张艺辰”的答案",
  20. "referbody": "
  21. "
  22. }
  23. ]
  24. },
  25. {
  26. "content": "发",
  27. "id": 174742,
  28. "pubDate": "2013-10-09 10:39:07.0",
  29. "client_type": 1,
  30. "replies": [
  31. {
  32. "rauthor": "张艺辰",
  33. "rpubDate": "2013-10-09 10:39:07.0",
  34. "rauthorId": 253479,
  35. "rcontent": "发"
  36. }
  37. ],
  38. "commentAuthor": "张艺辰",
  39. "commentAuthorId": 253479
  40. }
  41. ]
  42. }

返回字段说明

返回值字段类型及范围说明
commentList.idint评论ID
commentList.contentstring评论内容
commentList.pubDatedatetime发布日期
commentList.client_typeint1-WEB、2-WAP、3-Android、4-IOS、5-WP
commentList.commentAuthorstring评论人
commentList.commentAuthorIdint评论人ID
commentList.commentPortraitint评论人头像
commentList.refers.refertitlestring评论中引用的标题
commentList.refers.referbodystring评论中引用的内容
commentList.replies.rauthorstring帖子中评论 评论 的人
commentList.replies.rpubDatedatetime帖子中评论 评论 的时间
commentList.replies.rauthorIdint帖子中评论 评论 的人的ID
commentList.replies.rcontentstring帖子中评论 评论 的内容

错误说明