Comment

An entry on a task or deal thread: either something a person wrote, or activity Bonsai recorded on its own.

  • author_member_id
    Type: integer | null
    required

    Team member id of the author, or null when the author is no longer a member of your account.

  • body_plain_text
    Type: string | null
    required

    The comment body with all HTML removed.

  • commentable_id
    Type: string | null
    required

    Identifier of the record the comment is attached to, always serialized as a string: the task's uuid for a task comment, the numeric id for a deal comment.

  • commentable_type
    Type: string | null
    required

    Type of record the comment is attached to — Task or Deal.

  • created_at
    Type: string Format: date-time
    required

    When the comment was posted.

  • id
    Type: integer
    required

    Unique identifier for the comment.

  • kind
    Type: string enum
    required

    user_created for a comment someone wrote, event for an entry Bonsai recorded automatically, such as a status change or a reassignment.

    values
    • user_created
    • event