Event: newCommentEvent

Event: newCommentEvent

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

Request

HTTP request

GET https://www.featapi.com/api/xfile/event/new-comment-event/

Parameters

授权

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

Scopes
xfile_event

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

Request body

Response

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

200 成功返回列表

{
    "data": [
        {
            "id": 73,
            "event_time": "2019-09-24",
            "title": "标题",
            "content": "内容",
            "html_content": "<h1>标题</h1>\n<p>内容</p>",
            "create_time": "2019-09-24T00:34:31.023944Z" 
        }] 
}

发表评论

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

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

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

Captcha Code