| name | data type | constraints | description |
|---|---|---|---|
| body | string | ||
| withAttachments | boolean | required boolean | |
| addresses | array of string | ||
| read | boolean | required boolean | |
| opened | boolean | required boolean | |
| subject | string | ||
| sender | Owner | ||
| creationTime | number | ||
Properties inherited from RootItem |
|||
| parentPath | string | ||
| path | string | ||
| primaryType | string | ||
| name | string | ||
| relatedNode | object | ||
| parentId | string | ||
| id | string | ||
Example
{
"body" : "...",
"withAttachments" : true,
"addresses" : [ "...", "..." ],
"read" : true,
"opened" : true,
"subject" : "...",
"sender" : {
"userName" : "...",
"userId" : "..."
},
"creationTime" : 12345,
"parentPath" : "...",
"path" : "...",
"primaryType" : "...",
"name" : "...",
"relatedNode" : { },
"parentId" : "...",
"id" : "..."
}