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