通过 ID 获取评论

通过其 ID 获取评论

身份验证

AuthorizationBearer

Bearer 身份验证,格式为 Bearer <token>,其中 token 是您的身份验证令牌。

路径参数

comment_idstring必需格式: "uuid"
Comment ID

查询参数

includestring可选

响应

Comment success response
annotationstring可选
completedboolean可选
completed_atstring可选
completer_idstring可选格式: "uuid"
has_repliesboolean可选
idstring可选格式: "uuid"
like_countinteger可选
ownerobject可选

用户模型

owner_idstring可选格式: "uuid"
textstring可选
timestampinteger可选

错误

401
Unauthorized Error
404
Not Found Error