获取评论与回复

获取指定评论或回复 ID 下的所有评论和回复

身份验证

AuthorizationBearer

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

路径参数

comment_idstring必需格式: "uuid"

查询参数

includestring可选默认为 replies

响应头

page-numberinteger
Current page of results
per-pageinteger
Number of entries per page
totalinteger
Total entries across all pagess
total-pagesinteger
Number of pages

响应

Comments 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