POST eEvent/Popular
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.eEvent+Search| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFeature | boolean |
None. |
|
| PageIndex | integer |
Range: inclusive between 1 and 9.22337203685478E+18 |
|
| PageSize | integer |
Range: inclusive between 1 and 9.22337203685478E+18 |
|
| Title | string |
None. |
|
| Type | string |
None. |
|
| Sectors | Collection of string |
None. |
|
| EventId | string |
None. |
|
| DelimitedSectors | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsFeature": true,
"PageIndex": 2,
"PageSize": 3,
"Title": "sample string 4",
"Type": "sample string 5",
"Sectors": [
"sample string 1",
"sample string 2"
],
"EventId": "sample string 6",
"DelimitedSectors": "sample string 1|sample string 2"
}
application/xml, text/xml
Sample:
<Search xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<IsFeature>true</IsFeature>
<PageIndex>2</PageIndex>
<PageSize>3</PageSize>
<Title>sample string 4</Title>
<Type>sample string 5</Type>
<Sectors>
<string>sample string 1</string>
<string>sample string 2</string>
</Sectors>
<EventId>sample string 6</EventId>
</Search>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.