/action/openapi/search_list
/action/openapi/search_list
获取搜索列表
URL
/action/openapi/search_list
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
否
访问授权限制
授权范围(scope)
访问搜索功能
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
catalog | true | string | news-新闻,blog-博客,project-开源软件,post-帖子、问答 | 0 |
q | true | string | 搜索关键字 | 0 |
pageSize | false | int | 每页条数 | 20 |
page/pageIndex | false | int | 页数 | 1 |
dataType | true | string | 返回数据类型['json'|'jsonp'|'xml'] | json |
注意事项
返回结果
JSON
- {
- "searchlist": [
- {
- "id": 32171,
- "author": "viwii",
- "pubDate": "2011-09-15 07:32:51",
- "title": "硬盘安装linux mint 11(win7)",
- "name": "硬盘安装linux mint 11(win7)",
- "type": "blog",
- "url": "http://home.oschina.net/wxwHome/blog/32171"
- },
- {
- "id": 28647,
- "author": "jingshishengxu",
- "pubDate": "2011-07-23 15:39:01",
- "title": "mint 下安装google拼音输入法",
- "name": "mint 下安装google拼音输入法",
- "type": "blog",
- "url": "http://home.oschina.net/jingshishengxu/blog/28647"
- }
- ]
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
searchlist.id | long | 搜索对象id |
searchlist.type | string | news-新闻,blog-博客,project-开源软件,post-帖子、问答 |
searchlist.title | string | 标题 |
searchlist.name | string | 名称 |
searchlist.url | string | 链接 |
searchlist.pubDate | datetime | 发布时间 |
searchlist.author | string | 作者/发者布 |
错误说明