POST api/message/search

Request Information

URI Parameters

None.

Body Parameters

MessageSearchDto
NameDescriptionTypeAdditional information
MessageId

globally unique identifier

None.

PersonId

globally unique identifier

None.

DateFrom

date

None.

DateTo

date

None.

EmailFrom

string

None.

EmailTo

string

None.

TelephoneTo

string

None.

Statuses

Collection of integer

None.

Type

string

None.

Skip

integer

None.

Take

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "messageId": "f9ceb699-3206-4fae-bef1-7c9331a58778",
  "personId": "fd7c0089-e819-4f4c-889c-aa27b77cf6eb",
  "dateFrom": "2025-12-30T23:38:22.0807706+01:00",
  "dateTo": "2025-12-30T23:38:22.0807706+01:00",
  "emailFrom": "sample string 1",
  "emailTo": "sample string 2",
  "telephoneTo": "sample string 3",
  "statuses": [
    1,
    2
  ],
  "type": "sample string 4",
  "skip": 5,
  "take": 6
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.