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

Example

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