Get a Comment by ID

Fetch a Comment by its ID

認証

AuthorizationBearer

Bearer <token>形式のBearer認証。tokenは認証トークンです。

パスパラメータ

comment_idstring必須

クエリパラメータ

includestringオプション

レスポンス

Comment success response
annotationstring
completedboolean
completed_atstring
completer_idstring形式: "uuid"
has_repliesboolean
idstring形式: "uuid"
like_countinteger
ownerobject
User model
owner_idstring形式: "uuid"
textstring
timestampinteger

エラー

401
Unauthorized Error
404
Not Found Error