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