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

MessageSharable Data Type

Properties
name data type description
Properties inherited from Message
read boolean
sender Owner
opened boolean
withAttachments 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" : "..."
}