/action/openapi/message_list


/action/openapi/message_list

获取私信列表

URL

/action/openapi/message_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问私信信息

请求参数

必选类型及范围说明默认值
page/pageIndextrueint页数1
pageSizetrueint每页条数20
access_tokentruestringoauth2_token获取的access_token
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "notice": {
  3. "replyCount": 0,
  4. "msgCount": 0,
  5. "fansCount": 0,
  6. "referCount": 0
  7. },
  8. "messageList": [
  9. {
  10. "content": "你好啊",
  11. "senderid": 253479,
  12. "sender": "张艺辰",
  13. "friendid": 253469,
  14. "id": 898973,
  15. "pubDate": "2013-10-10 15:55:24.0",
  16. "friendname": "test33",
  17. "messageCount": 2,
  18. "portrait": "http://static.oschina.org/uploads/user/126/253469_50.jpg?t=1366257509000"
  19. }
  20. ]
  21. }

返回字段说明

返回值字段类型及范围说明
messageList.idlong私信id
messageList.portraitstring私信人头像
messageList.friendidstring接收人ID
messageList.friendnamedatetime接收人用户名
messageList.senderidint发送者ID
messageList.sendernamelong发送者用户名
messageList.contentlong私信内容
messageList.messageCountlong来往私信数
messageList.pubDatelong私信发送日期
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明