v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
mail

post/mail.message.list

Request body

selectstring[]
orderobject

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