POST api/AdvancedQuery/AdvancedQuerySearchQuery
Request Information
URI Parameters
None.
Body Parameters
CreateQueryName | Description | Type | Additional information |
---|---|---|---|
pageIndex | integer |
None. |
|
pageSize | integer |
None. |
|
TablsIds | string |
None. |
|
saveQueryId | integer |
None. |
|
Query | string |
None. |
|
columnIds | string |
None. |
|
displayColumnIds | string |
None. |
|
TableDisplayName | string |
None. |
|
FieldDisplayName | string |
None. |
|
IsReference | string |
None. |
|
FieldName | string |
None. |
|
TableName | string |
None. |
|
DataType | string |
None. |
|
DropDown1Id | string |
None. |
|
DropDown2Id | string |
None. |
|
DropdownConditionsId | string |
None. |
|
Refference | string |
None. |
|
Text1 | string |
None. |
|
Text2 | string |
None. |
|
RealDataType | string |
None. |
|
filterType | string |
None. |
|
chkUnique | boolean |
None. |
|
TabbleArray | Collection of CreateQuery |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
application/octet-stream
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
Result | Object |
None. |
|
Msg | Object |
None. |
|
token | Object |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": {}, "msg": {}, "token": {}, "data": {} }
multipart/form-data, application/octet-stream
Sample:
{"result":{},"msg":{},"token":{},"data":{}}