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