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

Example

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