| name | data type | constraints | description |
|---|---|---|---|
| likesNo | string | ||
| uri | string | ||
| string | |||
| uriThumbnail | string | ||
| key | string | ||
| commentsNo | string | ||
| vreid | string | ||
| fullName | string | ||
| applicationFeed | boolean | required boolean | |
| description | string | ||
| type | PostType | ||
| linkTitle | string | ||
| time | number | ||
| privacy | PrivacyLevel | ||
| multiFileUpload | boolean | required boolean | |
| entityId | string | ||
| thumbnailURL | string | ||
| linkDescription | string | ||
| linkHost | string |
Example
{
"likesNo" : "...",
"uri" : "...",
"email" : "...",
"uriThumbnail" : "...",
"key" : "...",
"commentsNo" : "...",
"vreid" : "...",
"fullName" : "...",
"applicationFeed" : true,
"description" : "...",
"type" : "ACCOUNTING",
"linkTitle" : "...",
"time" : 12345,
"privacy" : "PORTAL",
"multiFileUpload" : true,
"entityId" : "...",
"thumbnailURL" : "...",
"linkDescription" : "...",
"linkHost" : "..."
}