/action/openapi/search_list


/action/openapi/search_list

获取搜索列表

URL

/action/openapi/search_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

授权范围(scope)

访问搜索功能

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
catalogtruestringnews-新闻,blog-博客,project-开源软件,post-帖子、问答0
qtruestring搜索关键字0
pageSizefalseint每页条数20
page/pageIndexfalseint页数1
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

返回结果

JSON

  1. {
  2. "searchlist": [
  3. {
  4. "id": 32171,
  5. "author": "viwii",
  6. "pubDate": "2011-09-15 07:32:51",
  7. "title": "硬盘安装linux mint 11(win7)",
  8. "name": "硬盘安装linux mint 11(win7)",
  9. "type": "blog",
  10. "url": "http://home.oschina.net/wxwHome/blog/32171"
  11. },
  12. {
  13. "id": 28647,
  14. "author": "jingshishengxu",
  15. "pubDate": "2011-07-23 15:39:01",
  16. "title": "mint 下安装google拼音输入法",
  17. "name": "mint 下安装google拼音输入法",
  18. "type": "blog",
  19. "url": "http://home.oschina.net/jingshishengxu/blog/28647"
  20. }
  21. ]
  22. }

返回字段说明

返回值字段类型及范围说明
searchlist.idlong搜索对象id
searchlist.typestringnews-新闻,blog-博客,project-开源软件,post-帖子、问答
searchlist.titlestring标题
searchlist.namestring名称
searchlist.urlstring链接
searchlist.pubDatedatetime发布时间
searchlist.authorstring作者/发者布

错误说明