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