This resource has a few variations that can be encountered when
using the API.The fields that are part of the full variant can be returned
by API endpoints that support the
fields parameter. For example,
by defining the fields request parameter as
id,type when requesting a file by ID, only those fields will
be returned in the API response.example:
11446498The unique identifier for this comment.example:
commentThe value will always be comment.Value is always commentexample:
2012-12-12T10:53:43-08:00The time this comment was created.A mini user object representing the author of the
comment.
example:
trueWhether or not this comment is a reply to another
comment.The file this comment was placed on.
example:
@Aaron Levie these tigers are cool!The text of the comment, as provided by the user.example:
2012-12-12T10:53:43-08:00The time this comment was last modified.example:
@[1234567:Aaron Levie] these tigers are cool!The string representing the comment text with
@mentions included. @mention format is @[id:username]
where id is user’s Box ID and username is
their display name.