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

Example

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