D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Message Data Type

Subtypes
MessageSharable
Properties
name data type constraints description
read boolean required boolean
sender Owner  
opened boolean required boolean
withAttachments boolean required boolean
addresses array of string  
creationTime number  
body string  
subject string  
Properties inherited from RootItem
name string  
relatedNode object  
primaryType string  
path string  
id string  
parentId string  
parentPath string  

Example

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