Xfile.Event 概述

Xfile.Event 概述

有关此资源的方法列表,请参阅本页结尾。

资源表示

事件。

{
    "id": integer,
    "event_time": string,
    "title": string,
    "content": string,
    "html_content": string,
    "plates": [
      Plate
    ],
    "view_permission": enum,
    "create_time": string,
    "last_modified": string,
    "status": enum,
    "comment_count": integer,
    "like_count": integer,
    "the_moment": [
      Event
    ],
    "place_around": [
      PlaceAround
    ],
    "user": User,
    "city": string,
    "district": string,
    "province": string,
    "comments": [
      Comment
    ]
}
Property nameValueDescriptionNotes
idinteger事件 IDPrimary Key
event_timedate事件发生日期
titlestring事件标题纯文本
contentstring事件内容纯文本
html_contentstring事件内容htmlHTML文本
plates[]list事件的附件图片Xfile.Plate
view_permissionenum事件的阅读权限Event.ViewPermission
create_timestring创建时间
last_modifiedstring最近更新时间
statusenum事件状态Event.Status
comment_countinteger事件的总评论数
like_countinteger事件的总点赞数
the_moment[]list与该事件发生在同一天的其他事件Xfile.Event
place_around[]list与该事件发生在同一天的站外新闻Xfile.PlaceAround
usernested object事件作者的信息User.Profile
citystring该事件发生的城市该字段仅支持中国
districtstring该事件发生的区该字段仅支持中国
provincestring该事件发生的省份该字段仅支持中国
comments[]list该事件的评论列表Activity.Comment

Methods

create

创建事件。

update

更新事件。

delete

删除事件。

list

返回事件列表。

get

返回指定事件。

newCommentEvent

返回用户最近被评论过的前10条事件列表。

userEvents

返回指定用户创建的事件列表。

发表评论

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

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

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

Captcha Code