| name | data type | description |
|---|---|---|
| messages | array of Message |
Example
{
"messages" : [ {
"addresses" : [ "...", "..." ],
"read" : true,
"creationTime" : 12345,
"opened" : true,
"body" : "...",
"sender" : {
"userId" : "...",
"userName" : "..."
},
"withAttachments" : true,
"subject" : "...",
"id" : "...",
"parentId" : "...",
"path" : "...",
"primaryType" : "...",
"name" : "...",
"relatedNode" : { },
"parentPath" : "..."
}, {
"addresses" : [ "...", "..." ],
"read" : true,
"creationTime" : 12345,
"opened" : true,
"body" : "...",
"sender" : {
"userId" : "...",
"userName" : "..."
},
"withAttachments" : true,
"subject" : "...",
"id" : "...",
"parentId" : "...",
"path" : "...",
"primaryType" : "...",
"name" : "...",
"relatedNode" : { },
"parentPath" : "..."
} ]
}