| name | data type | description |
|---|---|---|
| post | Post | |
| attachments | array of Attachment |
Example
{
"post" : {
"entityId" : "...",
"uri" : "...",
"linkTitle" : "...",
"linkHost" : "...",
"fullName" : "...",
"uriThumbnail" : "...",
"multiFileUpload" : true,
"applicationFeed" : true,
"key" : "...",
"type" : "SHARE",
"likesNo" : "...",
"commentsNo" : "...",
"vreid" : "...",
"linkDescription" : "...",
"privacy" : "PUBLIC",
"time" : 12345,
"email" : "...",
"thumbnailURL" : "...",
"description" : "..."
},
"attachments" : [ {
"thumbnailURL" : "...",
"mimeType" : "...",
"uri" : "...",
"name" : "...",
"description" : "...",
"id" : "..."
}, {
"thumbnailURL" : "...",
"mimeType" : "...",
"uri" : "...",
"name" : "...",
"description" : "...",
"id" : "..."
} ]
}