Comments are messages on a Thread.
Creates a new Comment related to an existing Thread, Record or Entry.
list_entry:read
optionalcomment:read-write
requiredrecord_permission:read
optionallist_configuration:read
optionalobject_configuration:read
optionaldata
union
REQUIRED
Status code
Description
200 - Success
Get a single Comment by ID.
comment:read
requiredlist_entry:read
optionalrecord_permission:read
optionallist_configuration:read
optionalobject_configuration:read
optionalcomment_id
string
REQUIRED
A UUID which identifies the Comment.
Format: UUID
Status code
Description
200 - Success
Deletes a Comment by ID. If deleting a comment at the head of a thread, all messages in the thread are also deleted.
comment:read-write
requiredcomment_id
string
REQUIRED
The ID of the Comment to delete.
Format: UUID
Status code
Description
200 - Success