The Comment Object

AttributeTypeDescription
idStringThe unique ID of the comment
creator_idStringThe unique ID of the entity that created the comment
creator_typeStringThe type of the entity that created the comment
commentable_idStringThe unique ID of the entity that the comment was applied to
commentable_typeStringThe type of the entity that the comment was applied to.
creator_nameStringThe name of the entity that created the comment
statusStringThis should always be active
contentTextThe contents of the comment. This may contain whitespace characters such as newlines.
created_atIntegerThe timestamp when the comment was created
updated_atIntegerThe timestamp when the comment was last updated