searchCustodyAccounts
abstract fun searchCustodyAccounts(custodyAccountSearchRequestDto: CustodyAccountSearchRequestDto, page: Int, size: Int, sortOrder: List<SortOrder>): CustodyAccountSearchResponseDto
Searches for custody accounts based on the specified parameters.
Return
The response containing the requested custody accounts.
Parameters
custodyAccountSearchRequestDto
The custody account data request object specifying the search criteria.
page
The page number of the result set.
size
The size of each page in the result set.
sortOrder
The sort order for the result set. Each sort order consists of a direction (ASC or DESC) and a field name.
Throws
If an I/O error occurs during the search.
If the search execution encounters an exception.
If the search execution is interrupted.