/action/openapi/blog_comment_list
/action/openapi/blog_comment_list
获取博客评论列表
URL
/action/openapi/blog_comment_list
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
否
访问授权限制
暂无
授权范围(scope)
访问博客信息
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
id | true | int | 博客id | |
page/pageIndex | true | int | 页数 | 1 |
pageSize | true | int | 每页条数 | 20 |
dataType | true | string | 返回数据类型['json'|'jsonp'|'xml'] | json |
注意事项
暂无
返回结果
JSON
- {
- "count": 11,
- "commentlist": [
- {
- "content": "alksdjf",
- "id": 276346713,
- "pubDate": "2013-10-14 14:53:56",
- "author": "彭博",
- "appClient": 2,
- "authorid": 89964,
- "portrait": "http://www.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000"
- },
- {
- "content": "alksdjf",
- "id": 276346609,
- "pubDate": "2013-10-14 14:45:14",
- "author": "彭博",
- "appClient": 2,
- "authorid": 89964,
- "refers": [
- {
- "body": "
alksdjf
",- "title": "引用来自“彭博”的评论"
- }
- ],
- "portrait": "http://www.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000"
- }
- ],
- "notice": {
- "replyCount": 0,
- "msgCount": 0,
- "fansCount": 0,
- "referCount": 0
- }
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
commentlist.id | int | 评论ID |
commentlist.content | string | 评论内容 |
commentlist.pubDate | datetime | 发布日期 |
commentlist.appClient | int | 1-WEB、2-WAP、3-Android、4-IOS、5-WP |
commentlist.author | string | 评论人姓名 |
commentlist.authorid | int | 评论人ID |
commentlist.portrait | int | 评论人头像 |
commentlist.refers.title | string | 评论中引用的标题 |
commentlist.refers.body | string | 评论中引用的内容 |
错误说明