POST api/TargetRelease/GetData
Request Information
URI Parameters
None.
Body Parameters
DownloadParams| Name | Description | Type | Additional information |
|---|---|---|---|
| Length | integer |
None. |
|
| Start | integer |
None. |
|
| SortCol | integer |
None. |
|
| SortColDir | string |
None. |
|
| sSearch | string |
None. |
|
| reports | string |
None. |
|
| schedule | string |
None. |
|
| productGroup | string |
None. |
|
| sor | string |
None. |
|
| whereClause | string |
None. |
|
| folderPath | string |
None. |
|
| isAppened | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Length": 1,
"Start": 2,
"SortCol": 3,
"SortColDir": "sample string 4",
"sSearch": "sample string 5",
"reports": "sample string 6",
"schedule": "sample string 7",
"productGroup": "sample string 8",
"sor": "sample string 9",
"whereClause": "sample string 10",
"folderPath": "sample string 11",
"isAppened": true
}
application/xml, text/xml
Sample:
<DownloadParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models"> <Length>1</Length> <SortCol>3</SortCol> <SortColDir>sample string 4</SortColDir> <Start>2</Start> <folderPath>sample string 11</folderPath> <isAppened>true</isAppened> <productGroup>sample string 8</productGroup> <reports>sample string 6</reports> <sSearch>sample string 5</sSearch> <schedule>sample string 7</schedule> <sor>sample string 9</sor> <whereClause>sample string 10</whereClause> </DownloadParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.