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
_typestring
annotationstring
anonymous_user_idstringformat: "uuid"
aspect_ratiodouble
asset_idstringformat: "uuid"
comment_entitieslist of any
completedboolean
completed_atstring
completer_idstringformat: "uuid"
deleted_atstring
device_channel_input_idstring
durationinteger
fovinteger
framedouble
has_repliesboolean
idstringformat: "uuid"
inserted_atstring
like_countinteger
ownerobject
User model
owner_idstringformat: "uuid"
pageinteger
parent_idstringformat: "uuid"
pitchinteger
privateboolean
read_countinteger
target_asset_idstringformat: "uuid"
textstring
text_edited_atstring
thumbstring
timestampinteger
timestamp_microsecondsinteger
updated_atstring
yawinteger

Errors

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