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

Example

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