Event: create

Event: create

创建事件。

Request

HTTP request

POST https://www.featapi.com/api/xfile/event/

Parameters

授权

此请求需要具有以下所有范围的授权:

Scopes
xfile_event

有关更多信息,请参阅认证和授权页面。

Request body

在请求体中,提供具有以下属性的 Xfile.event 资源:

Property nameValueDescriptionNotes
Required Properties
event_timedate事件发生日期日期格式:YYYY-MM-DD
titlestring事件标题纯文本
contentstring事件正文纯文本
html_contentstring事件正文html文本HTML文本
publishboolean是否发表, false则为草稿状态发布成功后,status值会从草稿状态变成发布状态,详情请查看Event.Status
Optional Properties
view_permissionenum阅读权限Event.ViewPermission, 默认为“ViewPermission.public”。

Response

如果成功,则此方法在响应正文中返回 Xfile.event 资源:

Request body

Property nameValueDescriptionNotes
idinteger事件 ID
event_timedate事件发生日期
titlestring事件标题纯文本
contentstring事件正文纯文本
html_contentstring事件正文html文本HTML文本
view_permissionenum阅读权限Event.ViewPermission
create_timedatetime创建时间
last_modifieddatetime最近更新时间
statusenum事件状态Event.Status
comment_countinteger事件的总评论数
like_countinteger事件的总点赞数
the_momentlist与该事件发生在同一天的其他事件
place_aroundlist与该事件发生在同一天的站外新闻
user事件作者的用户数据User.Profile
citystring该事件发生的城市目前仅中国地区的事件会进行位置分析
districtstring该事件发生的地区目前仅中国地区的事件会进行位置分析
provincestring该事件发生的省份目前仅中国地区的事件会进行位置分析
commentslist该事件的评论列表Activity.Comment

201 成功创建事件

{
    "data": {
        "id": 1162,
        "event_time": "2020-03-19",
        "title": "这是Event标题",
        "content": "这是Event正文内容",
        "html_content": "<h1>这是Event标题</h1> <p>这是Event正文内容</p>",
        "plates": [],
        "view_permission": 200,
        "create_time": "2020-03-19T07:26:31.336392Z",
        "last_modified": "2020-03-19T07:26:31.345915Z",
        "status": 100,
        "comment_count": 0,
        "like_count": 0,
        "the_moment": [
            {
                "id": 1157,
                "event_time": "2020-03-19",
                "title": "【待处理】测试维基百科当年今日验收",
                "content": "feat.com File-X \"Place Around' 语言: en 用户+86 8888882 密码user-2 发布了一个2016年10月17日的filex,Place Around匹配维基百科----Failed https://www.featapi.com/profile/6816432169406/file-x **备注**维基百科上查到2016年10月17日是有当年今日的。 https://en.wikipedia.org/wiki/Portal:Current_events/2016_October_17",
                "html_content": "<h1><strong>【待处理】测试维基百科当年今日验收</strong></h1> <ul> <li>feat.com </li> <li>File-X \"Place Around'</li> <li>语言: en</li> </ul> <p><strong>用户+86 8888882 密码user-2 发布了一个2016年10月17日的filex,Place Around匹配维基百科----Failed</strong></p> <p>https://www.featapi.com/profile/6816432169406/file-x</p> <p><strong>**备注**维基百科上查到2016年10月17日是有当年今日的。</strong></p> <p>https://en.wikipedia.org/wiki/Portal:Current_events/2016_October_17</p> <p><br/></p>",
                "category": null,
                "category_name": null,
                "plates": [
                    {
                        "id": 207,
                        "user": 6716683642045,
                        "user_name": "周 凤俏",
                        "photo": "https://pic1.feat.com/media/6716683642045/xfile/plate/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2020-03-19_%E4%B8%8B%E5%8D%882.21.23.png",
                        "create_time": "2020-03-19T06:52:22.871677Z" 
                    },
                    {
                        "id": 208,
                        "user": 6716683642045,
                        "user_name": "周 凤俏",
                        "photo": "https://pic1.feat.com/media/6716683642045/xfile/plate/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2020-03-19_%E4%B8%8B%E5%8D%882.49.29.png",
                        "create_time": "2020-03-19T06:52:27.301071Z" 
                    } ],
                "create_time": "2020-03-19T06:14:02.901563Z",
                "user": {
                    "uid": 6716683642045,
                    "avatar": "https://pic1.feat.com/media/6716683642045/avatar/blob_HlyCfkC",
                    "expertise": "聊天",
                    "firstname": "凤俏",
                    "lastname": "周",
                    "username": "周 凤俏",
                    "timezone": "Asia/Shanghai",
                    "timezone_utc_offset": "+08:00",
                    "online": false,
                    "location": "CHN",
                    "avatars": {
                        "path": "https://pic1.feat.com/media/6716683642045/avatar/blob_HlyCfkC",
                        "sizes": {
                            "sm": {
                                "width": 32,
                                "height": 32,
                                "path": "https://pic1.feat.com/media/sm/6716683642045/avatar/blob_HlyCfkC_32x32.JPEG" 
                            },
                            "md": {
                                "width": 64,
                                "height": 64,
                                "path": "https://pic1.feat.com/media/md/6716683642045/avatar/blob_HlyCfkC_64x64.JPEG" 
                            },
                            "lg": {
                                "width": 300,
                                "height": 300,
                                "path": "https://pic1.feat.com/media/lg/6716683642045/avatar/blob_HlyCfkC_300x300.JPEG" 
                            } 
                        } 
                    } 
                },
                "last_modified": "2020-03-19T06:56:41.297912Z",
                "city": "广州",
                "district": "增城",
                "province": "广东" 
            } ],
        "place_around": [
            {
                "site_name": "IFeng",
                "url": "https://finance.ifeng.com/c/7uxfudBpKp2",
                "title": "还称“中国病毒”?媒体:“特朗普病毒”才是全球战疫公敌",
                "release_date": "2020-03-19",
                "html_content": "3月16日,美国再次遭遇“黑色星期一”,三大股指收盘暴跌均超过11%。美联储“利好”出尽,换来的却是两周内的第三次“熔断”,这让一贯很少在推特上谈论经济的美国总统特朗普也坐不住了,一边祈祷“上帝保佑美利坚”,一边向大洋彼岸“泼脏水”,称美国诸多行业发展受挫是因为“中国病毒”。",
                "city": "武汉市",
                "category": "财经滚动新闻",
                "site_logo": "/media/news_sites_logo/ifeng_logo.ico",
                "district": "灯塔市",
                "province": "湖北省",
                "country": null 
            } ],
        "user": {
            "uid": 7116432170097,
            "avatar": "https://pic1.feat.com/media/7116432170097/avatar/7116432170097.jpg",
            "expertise": "大学新生咨询",
            "firstname": "军",
            "lastname": "蒙",
            "username": "军 蒙",
            "timezone": "Asia/Shanghai",
            "timezone_utc_offset": "+08:00",
            "online": false,
            "location": "CHN",
            "avatars": {
                "path": "https://pic1.feat.com/media/7116432170097/avatar/7116432170097.jpg",
                "sizes": {
                    "sm": {
                        "width": 32,
                        "height": 32,
                        "path": "https://pic1.feat.com/media/sm/7116432170097/avatar/7116432170097_32x32.JPEG" 
                    },
                    "md": {
                        "width": 64,
                        "height": 64,
                        "path": "https://pic1.feat.com/media/md/7116432170097/avatar/7116432170097_64x64.JPEG" 
                    },
                    "lg": {
                        "width": 300,
                        "height": 300,
                        "path": "https://pic1.feat.com/media/lg/7116432170097/avatar/7116432170097_300x300.JPEG" 
                    } 
                } 
            } 
        },
        "city": "天津市",
        "district": "滨海新区",
        "province": "天津市",
        "comments": [] 
    } 
}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code