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