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

Example

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