Create a Comment from a C2C device

Leave a comment on an Asset from a paired C2C device.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequired

Request

Comment to create or update
textstringRequired
The body of the comment.
timestampdoubleOptional
Timestamp for the comment, in frames, starting at 0. Comments can be "global" to an asset in which you don't provide the timestamp.

Response

C2C Comment success response
annotationstring
completedboolean
completed_atstring
completer_idstringformat: "uuid"
has_repliesboolean
idstringformat: "uuid"
like_countinteger
ownerobject
User model
owner_idstringformat: "uuid"
textstring
timestampinteger
_typestring
anonymous_user_idstringformat: "uuid"
aspect_ratiodouble
asset_idstringformat: "uuid"
comment_entitieslist of any
deleted_atstring
device_channel_input_idstring
durationinteger
fovinteger
framedouble
inserted_atstring
pageinteger
parent_idstringformat: "uuid"
pitchinteger
privateboolean
read_countinteger
target_asset_idstringformat: "uuid"
text_edited_atstring
thumbstring
timestamp_microsecondsinteger
updated_atstring
yawinteger

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error