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

Example

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