| name | data type | constraints | description |
|---|---|---|---|
| entityComponents | array of string | ||
| referenceKey | string | ||
| parentCommentKey | string | ||
| parentComment | DiscussionCommentTO | ||
| parentDiscussionItemKey | string | ||
| deleted | boolean | required | |
Properties inherited from DiscussionItem |
|||
| source | string | ||
| userTO | UserTO | ||
| commentsCount | number | required | |
| entityKey | string | ||
Properties inherited from Entity |
|||
| timeOfLastChange | number | ||
| timeOfCreation | number | ||
| key | string | ||
| description | string | ||
| type | string | ||
| restricted | array of string | ||
| viewAble | array of string | ||
| updateable | array of string | ||
| richDescription | string | ||
| score | number | required | |
| customProperties | array of CustomProperty | ||
Example
{
"entityComponents" : [ "...", "..." ],
"referenceKey" : "...",
"parentCommentKey" : "...",
"parentComment" : {
"entityComponents" : [ "...", "..." ],
"referenceKey" : "...",
"parentCommentKey" : "...",
"parentComment" : { },
"parentDiscussionItemKey" : "...",
"deleted" : true,
"source" : "...",
"userTO" : {
"attributes" : {
"property1" : { },
"property2" : { }
},
"name" : "...",
"key" : "..."
},
"commentsCount" : 12345,
"entityKey" : "...",
"timeOfLastChange" : 12345,
"timeOfCreation" : 12345,
"key" : "...",
"description" : "...",
"type" : "...",
"restricted" : [ "...", "..." ],
"viewAble" : [ "...", "..." ],
"updateable" : [ "...", "..." ],
"richDescription" : "...",
"score" : 12345.0,
"customProperties" : [ {
"description" : "...",
"value" : { },
"facetAble" : true,
"name" : "...",
"type" : "...",
"displayName" : "..."
}, {
"description" : "...",
"value" : { },
"facetAble" : true,
"name" : "...",
"type" : "...",
"displayName" : "..."
} ]
},
"parentDiscussionItemKey" : "...",
"deleted" : true,
"source" : "...",
"userTO" : {
"attributes" : {
"property1" : { },
"property2" : { }
},
"name" : "...",
"key" : "..."
},
"commentsCount" : 12345,
"entityKey" : "...",
"timeOfLastChange" : 12345,
"timeOfCreation" : 12345,
"key" : "...",
"description" : "...",
"type" : "...",
"restricted" : [ "...", "..." ],
"viewAble" : [ "...", "..." ],
"updateable" : [ "...", "..." ],
"richDescription" : "...",
"score" : 12345.0,
"customProperties" : [ {
"description" : "...",
"value" : { },
"facetAble" : true,
"name" : "...",
"type" : "...",
"displayName" : "..."
}, {
"description" : "...",
"value" : { },
"facetAble" : true,
"name" : "...",
"type" : "...",
"displayName" : "..."
} ]
}