/action/openapi/post_list


/action/openapi/post_list

获取讨论区的帖子列表(对应android的 问答 分享 综合 职业 站务)

URL

/action/openapi/post_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问帖子信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
catalogfalseint类别ID 1-问答 2-分享 3-IT杂烩(综合) 4-站务 100-职业生涯 0-所有0
tagfalsestring帖子相关标签
pageSizefalseint每页条数20
page/pageIndexfalseint页数1
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

catalog 与 tag 不同时使用,使用 tag 则为获取标签相关列表,使用 catalog 则列出分类列表。

返回结果

JSON

  1. {
  2. "post_list": [
  3. {
  4. "id": 82977,
  5. "author": "彭博",
  6. "pubDate": "2012-12-18 16:20:08.0",
  7. "title": "测试youku视频地址",
  8. "answerCount": 0,
  9. "authorid": 89964,
  10. "answer": "",
  11. "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000",
  12. "viewCount": 12
  13. },
  14. {
  15. "id": 83123,
  16. "author": "彭博",
  17. "pubDate": "2013-05-24 10:34:40.0",
  18. "title": "测试站外活动",
  19. "answerCount": 0,
  20. "authorid": 89964,
  21. "answer": "",
  22. "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000",
  23. "viewCount": 0
  24. }
  25. ],
  26. "notice": {
  27. "replyCount": 0,
  28. "msgCount": 0,
  29. "fansCount": 0,
  30. "referCount": 0
  31. }
  32. }

返回字段说明

返回值字段类型及范围说明
post_list.idint帖子ID
post_list.authoridlong发布者ID
post_list.authorstring发帖人
post_list.pubDatedatetime发布时间
post_list.titlestring帖子标题
post_list.answerCountint回复数
post_list.answer.timedatetime最后回帖时间
post_list.answer.namestring最后回帖用户
post_list.portraitstring发帖人用户头像地址
post_list.viewCountint浏览数
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明