Activity.Comment 概述

Activity.Comment 概述

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

资源表示

评论。

{
    "object_id": integer,
    "parent_id": integer,
    "content": string,
    "id": integer,
    "create_time": string,
    "last_modified": string,
    "deleted_at": string,
    "blocked_at": string,
    "user": User,
    "children": [
      nested object
    ],
    "content_type": string,
    "meta": {
        "paragraph_id": integer,
        "paragraph_type": integer
    }
}
Property nameValueDescriptionNotes
idinteger评论 IDPrimary Key
object_idinteger评论对象id
content_typestring评论对象类型choices: order, career, education, event, reword, publication
parent_idinteger父评论id
contentstring评论内容HTML文本
create_timeinteger评论创建时间
last_modifiedinteger最近修改时间
deleted_atinteger删除时间没删除为null
blocked_atinteger冻结时间没冻结为null
usernested object评论用户User.Profile
children[]list子评论列表
metanested object额外信息(content_type为reword)content_type为 reword, 该字段为段落数据
meta.paragraph_idinteger段落idDimzou.Paragraph
meta.paragraph_typeenum段落类型Dimzou.Paragraph

Methods

create

创建评论。

update

更新评论内容。

delete

删除评论。

commentList

返回指定对象的评论列表。

reply

回复评论。

发表评论

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

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

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

Captcha Code