| id |
integer |
The ID of the comment. |
| type |
string |
The type of the comment. |
| body |
string |
The plain text body of the comment. |
| html_body |
string |
The HTML body of the comment. |
| plain_body |
string |
The plain text body with formatting stripped. |
| public |
boolean |
Whether the comment is public (visible to the requester). |
| author_id |
integer |
The ID of the comment author. |
| attachments |
array |
Attachments on the comment. |
| created_at |
string |
When the comment was created (ISO 8601). |