POST api/eventsearch/geteventlistbycategory
Request Information
URI Parameters
None.
Body Parameters
EventInputRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventCategory | Collection of string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventCategory": [
"sample string 1",
"sample string 2"
],
"CreatedDate": "2026-02-04T03:00:21.5388625+00:00",
"ModifiedDate": "2026-02-04T03:00:21.5388625+00:00",
"CreatedBy": 1,
"ModifiedBy": 1,
"IsActive": true,
"IsDeleted": true
}
text/html
Sample:
{"EventCategory":["sample string 1","sample string 2"],"CreatedDate":"2026-02-04T03:00:21.5388625+00:00","ModifiedDate":"2026-02-04T03:00:21.5388625+00:00","CreatedBy":1,"ModifiedBy":1,"IsActive":true,"IsDeleted":true}
application/xml, text/xml
Sample:
<EventInputRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SRG.Core">
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-02-04T03:00:21.5388625+00:00</CreatedDate>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-02-04T03:00:21.5388625+00:00</ModifiedDate>
<EventCategory xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</EventCategory>
</EventInputRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.