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