SearchAPIApi

interface SearchAPIApi

Functions

Link copied to clipboard
abstract suspend fun advancedSearch(postAdhocQuerySearchRequest: PostAdhocQuerySearchRequest): List<PostAdhocQuerySearchResponse>

Adhoc query search AdHocQuery search has more search options, it is a POST request, it uses request body to send search parameters Mandatory fields:entities Optional fields:loanStatus, loanProducts, offices, loanDateOption, loanFromDate, loanToDate, includeOutStandingAmountPercentage, outStandingAmountPercentageCondition, minOutStandingAmountPercentage and maxOutStandingAmountPercentage OR outStandingAmountPercentage, includeOutstandingAmount, outstandingAmountCondition, minOutstandingAmount and maxOutstandingAmount OR outstandingAmount Responses:

Link copied to clipboard

Retrive Adhoc Search query template Mandatory Fields search?query=000000001 Responses:

Link copied to clipboard
abstract suspend fun searchData(query: String? = null, resource: String? = null, exactMatch: Boolean? = false): List<GetSearchResponse>

Search Resources Example Requests: search?query=000000001 search?query=Petra&resource=clients,groups search?query=Petra&resource=clients,groups&exactMatch=true Responses: