/action/openapi/blog_comment_list


/action/openapi/blog_comment_list

获取博客评论列表

URL

/action/openapi/blog_comment_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问博客信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
idtrueint博客id
page/pageIndextrueint页数1
pageSizetrueint每页条数20
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "count": 11,
  3. "commentlist": [
  4. {
  5. "content": "alksdjf",
  6. "id": 276346713,
  7. "pubDate": "2013-10-14 14:53:56",
  8. "author": "彭博",
  9. "appClient": 2,
  10. "authorid": 89964,
  11. "portrait": "http://www.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000"
  12. },
  13. {
  14. "content": "alksdjf",
  15. "id": 276346609,
  16. "pubDate": "2013-10-14 14:45:14",
  17. "author": "彭博",
  18. "appClient": 2,
  19. "authorid": 89964,
  20. "refers": [
  21. {
  22. "body": "

    alksdjf

    ",
  23. "title": "引用来自“彭博”的评论"
  24. }
  25. ],
  26. "portrait": "http://www.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000"
  27. }
  28. ],
  29. "notice": {
  30. "replyCount": 0,
  31. "msgCount": 0,
  32. "fansCount": 0,
  33. "referCount": 0
  34. }
  35. }

返回字段说明

返回值字段类型及范围说明
commentlist.idint评论ID
commentlist.contentstring评论内容
commentlist.pubDatedatetime发布日期
commentlist.appClientint1-WEB、2-WAP、3-Android、4-IOS、5-WP
commentlist.authorstring评论人姓名
commentlist.authoridint评论人ID
commentlist.portraitint评论人头像
commentlist.refers.titlestring评论中引用的标题
commentlist.refers.bodystring评论中引用的内容

错误说明