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
thumbnailURL string  
type PostType  
uri string  
multiFileUpload boolean required boolean
linkTitle string  
vreid string  
key string  
description string  
email string  
privacy PrivacyLevel  
applicationFeed boolean required boolean
uriThumbnail string  
linkDescription string  
fullName string  
entityId string  
likesNo string  
linkHost string  
commentsNo string  
time number  

Example

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