Comments

/objects/(type)/(objectid)/(version)/comments

Resource listing the full object comment history.

Methods

GET

Output: VersionComment[]
  Retrieves the comments written on the object.

PUT

Note that PUT and DELETE verbs may not be supported in IIS; it is recommended to route them via the POST verb and specify the _method querystring parameter, as detailed in the compatibility page.

Input: string
Output: ExtendedObjectVersion
  Sets the comment on an object

Adding a comment might create a new version of the object if it isn’t checked out.