POST api/MappingProfileController/GetDataForDataTable
Request Information
URI Parameters
None.
Body Parameters
MappingParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| length | integer |
None. |
|
| start | integer |
None. |
|
| sortCol | integer |
None. |
|
| sortColDir | string |
None. |
|
| sSearch | string |
None. |
|
| sor | string |
None. |
|
| target_table | string |
None. |
|
| target_column | string |
None. |
|
| statusList | string |
None. |
|
| mapping_owner | string |
None. |
|
| prelease | string |
None. |
|
| daterange | string |
None. |
|
| hashtagValues | string |
None. |
|
| source | string |
None. |
|
| logiccode | string |
None. |
|
| profileName | string |
None. |
|
| tableName | string |
None. |
|
| whereClause | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"length": 1,
"start": 2,
"sortCol": 3,
"sortColDir": "sample string 4",
"sSearch": "sample string 5",
"sor": "sample string 6",
"target_table": "sample string 7",
"target_column": "sample string 8",
"statusList": "sample string 9",
"mapping_owner": "sample string 10",
"prelease": "sample string 11",
"daterange": "sample string 12",
"hashtagValues": "sample string 13",
"source": "sample string 14",
"logiccode": "sample string 15",
"profileName": "sample string 16",
"tableName": "sample string 17",
"whereClause": "sample string 18"
}
application/xml, text/xml
Sample:
<CommonModel.MappingParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models"> <daterange>sample string 12</daterange> <hashtagValues>sample string 13</hashtagValues> <length>1</length> <logiccode>sample string 15</logiccode> <mapping_owner>sample string 10</mapping_owner> <prelease>sample string 11</prelease> <profileName>sample string 16</profileName> <sSearch>sample string 5</sSearch> <sor>sample string 6</sor> <sortCol>3</sortCol> <sortColDir>sample string 4</sortColDir> <source>sample string 14</source> <start>2</start> <statusList>sample string 9</statusList> <tableName>sample string 17</tableName> <target_column>sample string 8</target_column> <target_table>sample string 7</target_table> <whereClause>sample string 18</whereClause> </CommonModel.MappingParamModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
dtResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| data | DataTable |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw": 1,
"recordsTotal": 2,
"recordsFiltered": 3,
"data": null,
"error": "sample string 4"
}
application/xml, text/xml
Sample:
<dtResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Controllers"> <data i:nil="true" /> <draw>1</draw> <error>sample string 4</error> <recordsFiltered>3</recordsFiltered> <recordsTotal>2</recordsTotal> </dtResponse>