About this resource

Representation of a comment.

Properties

Property Description Type
contextId Gets the context id of this comment. int64
createdOn Gets the creation datetime in UTC time. datetime
id Gets the Id of this comment. guid
message Gets the message of this comment. string
modifiedOn Gets the last modification datetime in UTC time. datetime
read Determines if this comment has been read (by the current user) or not. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-comment' and the value 'Read' to your request. boolean
tag Gets or sets the value for the Tag of this object. The value of this property should be valid Xml. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-comment' and the value 'Tag' to your request. string
version Gets the version number of the comment (number of edits). int32

Relations

Method Name Select-key Resource type Description
GET self Provides a link to this resource.
GET modifiedby select-Comment: modifiedby User Gets or sets the user that last modified this resource.
GET createdby select-Comment: createdby User Gets or sets the user that created this resource.