/action/openapi/user_blog_list


/action/openapi/user_blog_list

获取用户博客列表

URL

/action/openapi/user_blog_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问博客信息

请求参数

必选类型及范围说明默认值
access_tokenfalsestringoauth2_token获取的access_token 当提供的access_token和authoruid是同一用户则显示私有博客
authoruidfalseint用户ID(authoruid authorname任选一种)0
authornamefalsestring用户Ident(authoruid authorname任选一种)null
page/pageIndextrueint页数1
pageSizetrueint每页条数20
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "count": 111,
  3. "notice": {
  4. "replyCount": 0,
  5. "msgCount": 0,
  6. "fansCount": 0,
  7. "referCount": 0
  8. },
  9. "bloglist": [
  10. {
  11. "id": 49090,
  12. "pubDate": "2012-03-13 23:01:52.0",
  13. "author": "whxia320",
  14. "title": "mongodb for java使用中的小问题",
  15. "authorid": 100399,
  16. "type": 1,
  17. "commentCount": 7
  18. }
  19. ]
  20. }

返回字段说明

返回值字段类型及范围说明
countint博客总数
bloglist.idlong博客id
bloglist.authorstring投递者名称
bloglist.titlestring博客标题
bloglist.pubDatedatetime发布日期
bloglist.authoridlong投递者编号
bloglist.commentCountint评论数
bloglist.typelong1-原创 4-转载

错误说明