Standard representation of a comment.
"11446498"
The unique identifier for this comment.
"comment"
comment
Value is always comment
"2012-12-12T10:53:43-08:00"
The time this comment was created
A mini user object representing the author of the comment
true
Whether or not this comment is a reply to another comment
The file this comment was placed on
"11446498"
The unique identifier for this object
"file"
The type for this object
"@Aaron Levie these tigers are cool!"
The text of the comment, as provided by the user
"2012-12-12T10:53:43-08:00"
The time this comment was last modified
{
"id": "11446498",
"type": "comment",
"created_at": "2012-12-12T10:53:43-08:00",
"created_by": {
"id": "11446498",
"type": "user",
"login": "ceo@example.com",
"name": "Aaron Levie"
},
"is_reply_comment": true,
"item": {
"id": "11446498",
"type": "file"
},
"message": "@Aaron Levie these tigers are cool!",
"modified_at": "2012-12-12T10:53:43-08:00"
}