| Property | Description | Returns | 
|---|---|---|
| rootComment | Get the root comment | GlobalComment | 
| upVotes | Get the number of up votes for this comment | int | 
| downVotes | Get the number of down votes for this comment | int | 
| upVotedByUser | Check if the comment has been up voted by the currently authenticated user | bool | 
| downVotedByUser | Check if the comment has been down voted by the currently authenticated user | bool | 
| id | int | |
| text | string | |
| question | bool | |
| created | Get the date the record was created. | DateTime | 
| modified | Get the last modification date for the record. | DateTime | 
| parent | GlobalComment | |
| answer | GlobalComment | |
| page | GlobalPage | |
| questionForAnswer | GlobalComment | |
| createdBy | GlobalUser | |
| votes | Collection | |
| children | Collection | 
Documentation\Models\Api\GlobalComment
DocumentationPageComment