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 string  
read boolean required boolean
send_time number  
attachment_ids array of string  
recipients array of Recipient required, max size: 2147483647, min size: 1
body string required, max size: 2147483647, min size: 1
subject string required, max size: 2147483647, min size: 1
id string  

Example

{
  "sender" : "...",
  "read" : true,
  "send_time" : 12345,
  "attachment_ids" : [ "...", "..." ],
  "recipients" : [ {
    "id" : "..."
  }, {
    "id" : "..."
  } ],
  "body" : "...",
  "subject" : "...",
  "id" : "..."
}