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

Example

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