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

Example

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