Retrieves the filter criteria query
get
/service/v1/filterQuery
This endpoint is used to get filter criteria query.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
appCode(required): string
Application Code
-
category(required): string
Category for which filter query need to be fetched
-
eventCode: string
Event code for which filter query need to be fetched
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Response
Supported Media Types
- application/json
- application/xml
200 Response
List of filter queries for given category & event code
Root Schema : ScfTransOutputResponse
Type:
object
Output response from transaction API
Show Source
-
queryList:
array queryList
List of queries
Nested Schema : queryList
Type:
array
List of queries
Show Source
-
Array of:
object FilterQueryModel
Query and attribute list model
Nested Schema : FilterQueryModel
Type:
object
Query and attribute list model
Show Source
-
query:
string
Filter Query
-
ScfTransCriteriaQueryAttributeModel:
array ScfTransCriteriaQueryAttributeModel
SCF Transfer Criteria Query Attribute Model Object
Nested Schema : ScfTransCriteriaQueryAttributeModel
Type:
array
SCF Transfer Criteria Query Attribute Model Object
Show Source
-
Array of:
object TransCriteriaQueryAttributeModel
Query for each type of given category
Nested Schema : TransCriteriaQueryAttributeModel
Type:
object
Query for each type of given category
Show Source
-
columnName:
string
corresponding column of the input parameter index in the query
-
mappedParam:
string
corresponding mapped param index in the query
-
paramIndex:
integer
input parameter index in the query
-
paramName:
string
input parameter name in the query
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error