Leave a Reply on a Comment

Leave a Reply on a given Comment

認証

AuthorizationBearer

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

パスパラメータ

comment_idstring必須形式: "uuid"

リクエスト

Comment to create or update
textstring必須
The body of the comment.
annotationstringオプション
Serialized list of geometry and/or drawing data. Learn more [here](https://developer.frame.io/docs/workflows-assets/working-with-annotations)
pageintegerオプション

Page number for a comment (documents only).

timestampdoubleオプション

Timestamp for the comment, in frames, starting at 0.

Comments can “global” to an asset in which you don’t provide the timestamp, or if you’re reviewing a “document” like a PDF then you would use page instead of timestamp to identify where the comment belongs.

durationintegerオプション

Used to produce range-based comments, this is the duration measured in frames.

privatebooleanオプション

Set to true to make your comment a “Team-only Comment” that won’t be visible to anonymous reviewers or Collaborators.

pitchintegerオプションDeprecated

Pitch measurement for the comment (360deg video only).

yawintegerオプションDeprecated

Yaw measurement for the comment (360deg video only).

レスポンス

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