Crear un comentario

Dejar un comentario en un activo

Autenticación

AuthorizationBearer

Autenticación de portador de la forma Bearer <token>, donde token es tu token de autenticación.

Parámetros de ruta

asset_idstringRequeridoformat: "uuid"

Solicitud

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

Page number for a comment (documents only).

timestampdoubleOpcional

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.

durationintegerOpcional

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

privatebooleanOpcional

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

pitchintegerOpcionalDeprecated

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

yawintegerOpcionalDeprecated

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

Respuesta

Comment success response
annotationstringOpcional
completedbooleanOpcional
completed_atstringOpcional
completer_idstringOpcionalformat: "uuid"
has_repliesbooleanOpcional
idstringOpcionalformat: "uuid"
like_countintegerOpcional
ownerobjectOpcional
Modelo de usuario
owner_idstringOpcionalformat: "uuid"
textstringOpcional
timestampintegerOpcional

Errores

401
Unauthorized Error
404
Not Found Error