Retrieve the filter criteria query

get

/service/v1/filterQuery

This endpoint is used to get filter criteria query.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

List of filter queries for given category & event code
Body ()
Root Schema : ScfTransOutputResponse
Type: object
Output response from transaction API
Show Source
Nested Schema : queryList
Type: array
List of queries
Show Source
Nested Schema : FilterQueryModel
Type: object
Query and attribute list model
Show Source
Nested Schema : ScfTransCriteriaQueryAttributeModel
Type: array
SCF Transfer Criteria Query Attribute Model Object
Show Source
Nested Schema : TransCriteriaQueryAttributeModel
Type: object
Query for each type of given category
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top