Get a comment by ID

Get comment

Authentication

AuthorizationBearer

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

Path parameters

comment_idstringRequired

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
idstringformat: "uuid"
created_by_entity_user_idstringformat: "uuid"
entity_idstringformat: "uuid"
object_idstringformat: "uuid"
object_typestring
statusenum
Allowed values:
textstring
created_atdatetime
updated_atdatetime
reply_to_entity_user_idstringformat: "uuid"

Errors

400
Get Comments ID Request Bad Request Error
401
Get Comments ID Request Unauthorized Error
403
Get Comments ID Request Forbidden Error
404
Get Comments ID Request Not Found Error
409
Get Comments ID Request Conflict Error
422
Get Comments ID Request Unprocessable Entity Error
429
Get Comments ID Request Too Many Requests Error