返回介绍

post_list

发布于 2024-06-22 21:25:04 字数 9435 浏览 0 评论 0 收藏 0

/action/openapi/post_list


/action/openapi/post_list 获取讨论区的帖子列表(对应android的 问答 分享 综合 职业 站务) URL /action/openapi/post_list 支持格式 JSON JSONP XML HTTP请求方式 GET/POST 是否需要登录 否 访问授权限制 暂无授权范围(scope) 访问帖子信息 请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
catalogfalseint类别ID 1-问答 2-分享 3-IT杂烩(综合) 4-站务 100-职业生涯 0-所有0
tagfalsestring帖子相关标签
pageSizefalseint每页条数20
page/pageIndexfalseint页数1
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项 catalog 与 tag 不同时使用,使用 tag 则为获取标签相关列表,使用 catalog 则列出分类列表。 返回结果 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
    }
}
                        

返回字段说明

返回值字段类型及范围说明
post_list.idint帖子ID
post_list.authoridlong发布者ID
post_list.authorstring发帖人
post_list.pubDatedatetime发布时间
post_list.titlestring帖子标题
post_list.answerCountint回复数
post_list.answer.timedatetime最后回帖时间
post_list.answer.namestring最后回帖用户
post_list.portraitstring发帖人用户头像地址
post_list.viewCountint浏览数
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文