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

Example

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