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

Example

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