Comment
An entry on a task or deal thread: either something a person wrote, or activity Bonsai recorded on its own.
- authorType: integer | null
_member _id requiredTeam member id of the author, or
nullwhen the author is no longer a member of your account. - bodyType: string | null
_plain _text requiredThe comment body with all HTML removed.
- commentableType: string | null
_id requiredIdentifier of the record the comment is attached to, always serialized as a string: the task's
uuidfor a task comment, the numeric id for a deal comment. - commentableType: string | null
_type requiredType of record the comment is attached to —
TaskorDeal. - createdType: string Format: date-time
_at requiredWhen the comment was posted.
- idType: integerrequired
Unique identifier for the comment.
- kindType: string enumrequired
user_createdfor a comment someone wrote,eventfor an entry Bonsai recorded automatically, such as a status change or a reassignment.values- user
_created - event