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
body string  
withAttachments boolean required boolean
addresses array of string  
read boolean required boolean
opened boolean required boolean
subject string  
sender Owner  
creationTime number  
Properties inherited from RootItem
parentPath string  
path string  
primaryType string  
name string  
relatedNode object  
parentId string  
id string  

Example

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