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

Example

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