Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of mail messages.

Collection of Nano.MailMessage
NameDescriptionTypeAdditional information
bcc

Gets or sets the BCC.

string

None.

cc

Gets or sets the cc.

string

None.

date

Gets or sets the date.

date

None.

from

Gets or sets from.

string

None.

subject

Gets or sets the subject.

string

None.

to

Gets or sets to.

string

None.

mailMessageBody

Gets or sets the mail message body.

integer

None.

id

Gets or sets the mail message identifier.

integer

None.

apps

Gets or sets the app identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "bcc": "sample String 1",
    "cc": "sample String 2",
    "date": "2025-04-25T18:11:00.0940909Z",
    "from": "sample String 4",
    "subject": "sample String 5",
    "to": "sample String 6",
    "mailMessageBody": "1",
    "id": "7",
    "apps": [
      "1",
      "2"
    ]
  },
  {
    "bcc": "sample String 1",
    "cc": "sample String 2",
    "date": "2025-04-25T18:11:00.0940909Z",
    "from": "sample String 4",
    "subject": "sample String 5",
    "to": "sample String 6",
    "mailMessageBody": "1",
    "id": "7",
    "apps": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"bcc":"sample String 1","cc":"sample String 2","date":"2025-04-25T18:11:00.0940909Z","from":"sample String 4","subject":"sample String 5","to":"sample String 6","mailMessageBody":"1","id":"7","apps":["1","2"]},{"bcc":"sample String 1","cc":"sample String 2","date":"2025-04-25T18:11:00.0940909Z","from":"sample String 4","subject":"sample String 5","to":"sample String 6","mailMessageBody":"1","id":"7","apps":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.