searchTransactions
abstract fun searchTransactions(page: Int, size: Int, sorting: List<SortOrder>, searchRequest: SearchTransactionRequestDto): SearchTransactionResponseDto
Searches for transactions based on given parameters.
Return
The response containing the list of transactions and the page details.
Parameters
page
The page number of the search results.
size
The number of transactions per page.
sorting
The sorting order for the search results.
searchRequest
The search parameters for the transactions.
Throws
if a field does not exist.
if access to a field is denied.