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

Example

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