POST Knowledge/Podcast
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.Knowledge+Search| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | string |
None. |
|
| PageSize | string |
None. |
|
| Title | string |
None. |
|
| Sector | Collection of string |
None. |
|
| Callby | string |
None. |
|
| LastSentOn | string |
None. |
|
| LastSentTo | string |
None. |
|
| CallFrom | string |
None. |
|
| ResourceType | string |
None. |
|
| HomeDashboard | string |
None. |
|
| SectorId | integer |
None. |
|
| DelimitedSectors | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": "sample string 1",
"PageSize": "sample string 2",
"Title": "sample string 3",
"Sector": [
"sample string 1",
"sample string 2"
],
"Callby": "sample string 4",
"LastSentOn": "sample string 5",
"LastSentTo": "sample string 6",
"CallFrom": "sample string 7",
"ResourceType": "sample string 8",
"HomeDashboard": "sample string 9",
"SectorId": 10,
"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">
<PageIndex>sample string 1</PageIndex>
<PageSize>sample string 2</PageSize>
<Title>sample string 3</Title>
<Sector>
<string>sample string 1</string>
<string>sample string 2</string>
</Sector>
<Callby>sample string 4</Callby>
<LastSentOn>sample string 5</LastSentOn>
<LastSentTo>sample string 6</LastSentTo>
<CallFrom>sample string 7</CallFrom>
<ResourceType>sample string 8</ResourceType>
<HomeDashboard>sample string 9</HomeDashboard>
<SectorId>10</SectorId>
</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.