POST api/events/search
Request Information
URI Parameters
None.
Body Parameters
GenericQueryObject| Name | Description | Type | Additional information |
|---|---|---|---|
| MaxDateTime | date |
None. |
|
| MinDateTime | date |
None. |
|
| QueryString | string |
None. |
|
| Language | string |
None. |
|
| Countries | string |
None. |
|
| CountriesAsList | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MaxDateTime": "2025-11-17T23:26:31.0130582+03:00",
"MinDateTime": "2025-11-17T23:26:31.0130582+03:00",
"QueryString": "sample string 3",
"Language": "sample string 4",
"Countries": "sample string 5",
"CountriesAsList": [
"sample string 5"
]
}
application/xml, text/xml
Sample:
<GenericQueryObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data_Acess_Layer.QueryingObjects"> <Countries>sample string 5</Countries> <Language>sample string 4</Language> <MaxDateTime>2025-11-17T23:26:31.0130582+03:00</MaxDateTime> <MinDateTime>2025-11-17T23:26:31.0130582+03:00</MinDateTime> <QueryString>sample string 3</QueryString> </GenericQueryObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />