The type code is CMTRD.
| typedId | string  | ||||||||||||||
Array of objects (Comment)   | |||||||||||||||
 Array  
  | |||||||||||||||
| createdBy | integer  | ||||||||||||||
| lastUpdateDate | string <date-time>   | ||||||||||||||
| version | integer  | ||||||||||||||
| relatedObjects | Array of strings A transient list of strings representing the identifiers of related objects. This attribute is derived from the relations attribute.  | ||||||||||||||
| resolved | boolean  | ||||||||||||||
| createDate | string <date-time>   | ||||||||||||||
| lastUpdateBy | integer  | ||||||||||||||
{- "typedId": "string",
 - "comments": [
- {
- "typedId": "string",
 - "createdBy": 0,
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "body": "string",
 - "version": 0,
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0
 
} 
], - "createdBy": 0,
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "version": 0,
 - "relatedObjects": [
- "string"
 
], - "resolved": true,
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0
 
}