POST api/JesEnquiry/search
Request Information
URI Parameters
None.
Body Parameters
JesEnquirySearchRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Keywords | string |
None. |
|
| ExcludeKeywords | string |
None. |
|
| Limit | integer |
None. |
|
| Offset | integer |
None. |
|
| Cat_Con | JesEnquiryConsumer |
None. |
|
| Cat_Pro | JesEnquiryProfessional |
None. |
|
| Status | JesEnquiryStatus |
None. |
|
| HideUnsubscribed | boolean |
None. |
|
| JournalistStats | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"dateFrom": "2026-04-29T13:13:39.5903473+00:00",
"dateTo": "2026-04-29T13:13:39.5903473+00:00",
"keywords": "sample string 1",
"excludeKeywords": "sample string 2",
"limit": 3,
"offset": 4,
"cat_Con": 0,
"cat_Pro": 0,
"status": 0,
"hideUnsubscribed": true,
"journalistStats": true
}
text/plain
Sample:
{"dateFrom":"2026-04-29T13:13:39.5903473+00:00","dateTo":"2026-04-29T13:13:39.5903473+00:00","keywords":"sample string 1","excludeKeywords":"sample string 2","limit":3,"offset":4,"cat_Con":0,"cat_Pro":0,"status":0,"hideUnsubscribed":true,"journalistStats":true}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.