/action/openapi/message_list
/action/openapi/message_list
获取私信列表
URL
/action/openapi/message_list
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
否
访问授权限制
暂无
授权范围(scope)
访问私信信息
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
page/pageIndex | true | int | 页数 | 1 |
pageSize | true | int | 每页条数 | 20 |
access_token | true | string | oauth2_token获取的access_token | |
dataType | true | string | 返回数据类型['json'|'jsonp'|'xml'] | json |
注意事项
暂无
返回结果
JSON
- {
- "notice": {
- "replyCount": 0,
- "msgCount": 0,
- "fansCount": 0,
- "referCount": 0
- },
- "messageList": [
- {
- "content": "你好啊",
- "senderid": 253479,
- "sender": "张艺辰",
- "friendid": 253469,
- "id": 898973,
- "pubDate": "2013-10-10 15:55:24.0",
- "friendname": "test33",
- "messageCount": 2,
- "portrait": "http://static.oschina.org/uploads/user/126/253469_50.jpg?t=1366257509000"
- }
- ]
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
messageList.id | long | 私信id |
messageList.portrait | string | 私信人头像 |
messageList.friendid | string | 接收人ID |
messageList.friendname | datetime | 接收人用户名 |
messageList.senderid | int | 发送者ID |
messageList.sendername | long | 发送者用户名 |
messageList.content | long | 私信内容 |
messageList.messageCount | long | 来往私信数 |
messageList.pubDate | long | 私信发送日期 |
notice.replyCount | int | 未读评论数 |
notice.msgCount | int | 未读私信数 |
notice.fansCount | int | 新增粉丝数 |
notice.referCount | int | 未读@我数 |
错误说明