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

Message Data Type

Properties
name data type constraints description
addresses array of string  
subject string  
withAttachments boolean required boolean
body string  
opened boolean required boolean
creationTime number  
sender Owner  
read boolean required boolean
Properties inherited from RootItem
relatedNode object  
path string  
parentId string  
primaryType string  
id string  
parentPath string  
name string  

Example

{
  "addresses" : [ "...", "..." ],
  "subject" : "...",
  "withAttachments" : true,
  "body" : "...",
  "opened" : true,
  "creationTime" : 12345,
  "sender" : {
    "userName" : "...",
    "userId" : "..."
  },
  "read" : true,
  "relatedNode" : { },
  "path" : "...",
  "parentId" : "...",
  "primaryType" : "...",
  "id" : "...",
  "parentPath" : "...",
  "name" : "..."
}