POST MyKnowledgeUploads/Get
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.KnowledgeUploads+Search| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Status | string |
None. |
|
| KMResourceTypeId | integer |
None. |
|
| PageIndex | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| PageSize | integer |
Required Range: inclusive between 1 and 2147483647 |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"Status": "sample string 2",
"KMResourceTypeId": 3,
"PageIndex": 4,
"PageSize": 5
}
application/xml, text/xml
Sample:
<Search xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Title>sample string 1</Title> <Status>sample string 2</Status> <KMResourceTypeId>3</KMResourceTypeId> <PageIndex>4</PageIndex> <PageSize>5</PageSize> </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.