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

Example

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