D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

PostInputBean Data Type

Generic input bean for methods that allow to write posts

Properties
name data type constraints description
text string required, max size: 2147483647, min size: 1
preview_description string  
preview_host string  
preview_url string  
image_url string   param httpimageurl An image url for the preview"
enable_notification boolean required boolean enablenotification If true send a notification to the other vre members about this post
params string  
previewtitle string  

Example

{
  "text" : "Dear vre members, ...",
  "preview_description" : "...",
  "preview_host" : "...",
  "preview_url" : "...",
  "image_url" : "...",
  "enable_notification" : true,
  "params" : "...",
  "previewtitle" : "..."
}