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

Example

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