/action/openapi/active_list
/action/openapi/active_list
获取动态列表
URL
/action/openapi/active_list
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
是
访问授权限制
password
授权范围(scope)
访问用户信息
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | false | string | oauth2_token获取的access_token catalog为4时不需要认证 其它都需要 否则提示失败 | |
catalog | false | int | 类别ID [ 0、1所有动态,2提到我的,3评论,4我自己 ] | 0 |
user | true | int | 用户ID | 0 |
pageSize | false | int | 每页条数 | 20 |
page/pageIndex | false | int | 页数 | 1 |
dataType | true | string | 返回数据类型['json'|'jsonp'|'xml'] | json |
注意事项
返回结果
JSON
- {
- "post_list": [
- {
- "id": 82977,
- "author": "彭博",
- "pubDate": "2012-12-18 16:20:08.0",
- "title": "测试youku视频地址",
- "answerCount": 0,
- "authorid": 89964,
- "answer": "",
- "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000",
- "viewCount": 12
- },
- {
- "id": 83123,
- "author": "彭博",
- "pubDate": "2013-05-24 10:34:40.0",
- "title": "测试站外活动",
- "answerCount": 0,
- "authorid": 89964,
- "answer": "",
- "portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000",
- "viewCount": 0
- }
- ],
- "notice": {
- "replyCount": 0,
- "msgCount": 0,
- "fansCount": 0,
- "referCount": 0
- }
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
activelist.id | int | 动态ID |
activelist.portrait | string | 发布者用户头像地址 |
activelist.author | string | 发布者 |
activelist.authorid | long | 发布者ID |
activelist.catalog | int | 动态分类:1-新闻、2-问答区(发布帖子、回复帖子)、3-动弹、4-博客(发博客,评论)、0-其它 |
activelist.appClient | int | 客户端类型:1-WEB、2-WAP、3-Android、4-IOS、5-WP |
activelist.objectId | long | 动态对象id:动弹 帖子 博客ID (根据objectType区分) |
activelist.objectType | int | 动态类型:1-开源软件、2-帖子、3-博客、4-新闻、5-代码、6-职位、7-翻译文章、8-翻译段落、16-新闻评论、17-讨论区答案、18-博客评论、19-代码评论、20-职位评论、21-翻译评论、32-职位评论、100-动弹、101-动弹回复 |
activelist.objectCatalog | int | 动态对象分类:1-普通帖子(问答),2-城市圈活动,3-城市圈讨论,4-话题,5-对帖子评论的回复 |
activelist.objectTitle | string | 动态对象标题(动弹为空 帖子,博客的标题) |
activelist.objectReply.objectName | string | 动态对象回复者名称 |
activelist.objectReply.objectBody | string | 动态对象回复内容 |
activelist.url | string | 动态对象链接 |
activelist.message | string | 动态对象内容 |
activelist.tweetImage | string | 动弹图片,catalog 为 3 时(即为动弹时)才可能存在 |
activelist.commentCount | int | 评论数 |
activelist.pubDate | datetime | 发布时间 |
notice.replyCount | int | 未读评论数 |
notice.msgCount | int | 未读私信数 |
notice.fansCount | int | 新增粉丝数 |
notice.referCount | int | 未读@我数 |
错误说明