POST api/message/search
Request Information
URI Parameters
None.
Body Parameters
MessageSearchDto| Name | Description | Type | Additional 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": "bdfc5e8c-200a-49c1-911c-cb90b613ca33",
"personId": "a4d56c89-12b1-4ee1-86f5-6369cd60b874",
"dateFrom": "2026-09-08T06:16:27.0723527+02:00",
"dateTo": "2026-09-08T06:16:27.0723527+02: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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.