| id |
integer |
The unique comment identifier. |
| attachments |
array |
File attachments on the comment. |
| body |
string |
The comment body text. |
| context |
object |
Inline context for file-level comments. |
| edited |
integer |
Unix timestamp of the last edit, or null if not edited. |
| flags |
array |
Flags applied to the comment. |
| likes |
array |
Usernames of users who liked the comment. |
| taskState |
string |
The task state of the comment. |
| time |
integer |
Unix timestamp when the comment was created. |
| topic |
string |
The topic the comment belongs to, such as reviews/1234. |
| updated |
integer |
Unix timestamp of the last update. |
| user |
string |
The username of the comment author. |