Kommentar erstellen

Einen Kommentar zu einem Asset hinterlassen

Authentifizierung

AuthorizationBearer

Bearer-Authentifizierung der Form Bearer <token>, wobei token Ihr Auth-Token ist.

Pfadparameter

asset_idstringErforderlichFormat: "uuid"

Anfrage

Comment to create or update
textstringErforderlich
The body of the comment.
annotationstringOptional
Serialized list of geometry and/or drawing data. Learn more [here](https://developer.frame.io/docs/workflows-assets/working-with-annotations)
pageintegerOptional

Page number for a comment (documents only).

timestampdoubleOptional

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.

durationintegerOptional

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

privatebooleanOptional

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

pitchintegerOptionalDeprecated

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

yawintegerOptionalDeprecated

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

Antwort

Comment success response
annotationstringOptional
completedbooleanOptional
completed_atstringOptional
completer_idstringOptionalFormat: "uuid"
has_repliesbooleanOptional
idstringOptionalFormat: "uuid"
like_countintegerOptional
ownerobjectOptional

Anwender-Modell

owner_idstringOptionalFormat: "uuid"
textstringOptional
timestampintegerOptional

Fehler

401
Unauthorized Error
404
Not Found Error