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

Post Data Type

Properties
name data type constraints description
type PostType  
uri string  
thumbnailURL string  
privacy PrivacyLevel  
time number  
fullName string  
uriThumbnail string  
linkTitle string  
linkHost string  
likesNo string  
vreid string  
commentsNo string  
key string  
email string  
description string  
applicationFeed boolean required boolean
linkDescription string  
entityId string  
multiFileUpload boolean required boolean

Example

{
  "type" : "TWEET",
  "uri" : "...",
  "thumbnailURL" : "...",
  "privacy" : "VRES",
  "time" : 12345,
  "fullName" : "...",
  "uriThumbnail" : "...",
  "linkTitle" : "...",
  "linkHost" : "...",
  "likesNo" : "...",
  "vreid" : "...",
  "commentsNo" : "...",
  "key" : "...",
  "email" : "...",
  "description" : "...",
  "applicationFeed" : true,
  "linkDescription" : "...",
  "entityId" : "...",
  "multiFileUpload" : true
}