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