/action/openapi/blog_detail
/action/openapi/blog_detail
获取博客详情
URL
/action/openapi/blog_detail
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
否
访问授权限制
暂无
授权范围(scope)
访问博客信息
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
id | true | long | 博客编号 | 空 |
access_token | false | string | oauth2_token获取的access_token 传则显示是否收藏 用户未登录则不传 | |
dataType | false | string | 返回数据类型 ['json'|'jsonp'|'xml'] | json |
注意事项
暂无
返回结果
JSON
- {
- "id": 49262,
- "body": "博客内容Demo",
- "pubDate": "2013-10-08 16:19:38.0",
- "author": "张艺辰",
- "title": "博客标题Demo",
- "authorid": 253479,
- "notice": {
- "replyCount": 0,
- "msgCount": 0,
- "fansCount": 0,
- "referCount": 0
- },
- "favorite": 0,
- "commentCount": 0,
- "url": "http://home.oschina.org/yidongnan/blog/49262"
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
id | long | 博客编号 |
title | string | 博客标题 |
body | string | 博客内容(HTML) |
pubDate | datetime | 发布日期 |
authorid | long | 投递者编号 |
favorite | int | 是否收藏 1-收藏 0-未收藏 |
commentCount | int | 评论数 |
url | string | 博客地址 |
relativies.title | string | 新闻标题 |
relativies.url | string | 新闻原链接 |
notice.replyCount | int | 未读评论数 |
notice.msgCount | int | 未读私信数 |
notice.fansCount | int | 新增粉丝数 |
notice.referCount | int | 未读@我数 |
错误说明