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