D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

PostWithAttachment Data Type

Properties
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" : "..."
  } ]
}