/action/openapi/favorite_list


/action/openapi/favorite_list

获取收藏列表

URL

/action/openapi/favorite_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问收藏信息

请求参数

必选类型及范围说明默认值
typetrueint0-全部|1-软件|2-话题|3-博客|4-新闻|5代码|7-翻译0
page/pageIndextrueint页数1
pageSizetrueint每页条数20
access_tokentruestringoauth2_token获取的access_token
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "notice": {
  3. "replyCount": 0,
  4. "msgCount": 0,
  5. "fansCount": 0,
  6. "referCount": 0
  7. },
  8. "favoriteList": [
  9. {
  10. "title": "helloworld",
  11. "objid": 9688,
  12. "type": 5,
  13. "url": "http://oschina.org/code/snippet_253472_9688"
  14. },
  15. {
  16. "title": "JetBrains 开发工具商业授权全面六折!",
  17. "objid": 26745,
  18. "type": 4,
  19. "url": "http://oschina.org/news/26745"
  20. }
  21. ]
  22. }

返回字段说明

返回值字段类型及范围说明
typeint0-全部|1-软件|2-话题|3-博客|4-新闻|5代码|7-翻译
titlestring标题
objidint对应对象ID
urlstring对应的url
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明