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

Example

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