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