mail
post/mail.message.list
Request body
Example request
{
"select": [
"id",
"mailboxId",
"mailboxEmail",
"subject",
"from",
"to",
"cc",
"date",
"isSeen",
"hasAttachments",
"url",
"bindings",
"body"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response