POST api/History/Getjoin_filters
Request Information
URI Parameters
None.
Body Parameters
JoinFilter_History_Params| Name | Description | Type | Additional information |
|---|---|---|---|
| length | integer |
None. |
|
| start | integer |
None. |
|
| iSortCol_0 | integer |
None. |
|
| sSortDir_0 | string |
None. |
|
| ssearch | string |
None. |
|
| sor | string |
None. |
|
| logiccode | string |
None. |
|
| targettable | string |
None. |
|
| status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"length": 1,
"start": 2,
"iSortCol_0": 3,
"sSortDir_0": "sample string 4",
"ssearch": "sample string 5",
"sor": "sample string 6",
"logiccode": "sample string 7",
"targettable": "sample string 8",
"status": "sample string 9"
}
application/xml, text/xml
Sample:
<JoinFilter_History_Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models"> <iSortCol_0>3</iSortCol_0> <length>1</length> <logiccode>sample string 7</logiccode> <sSortDir_0>sample string 4</sSortDir_0> <sor>sample string 6</sor> <ssearch>sample string 5</ssearch> <start>2</start> <status>sample string 9</status> <targettable>sample string 8</targettable> </JoinFilter_History_Params>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTableResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| data | Collection of Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw": 1,
"recordsTotal": 2,
"recordsFiltered": 3,
"data": [
{},
{}
],
"error": "sample string 4"
}
application/xml, text/xml
Sample:
<DataTableResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Controllers">
<data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</data>
<draw>1</draw>
<error>sample string 4</error>
<recordsFiltered>3</recordsFiltered>
<recordsTotal>2</recordsTotal>
</DataTableResponse>