retrieve All20
abstract suspend fun retrieveAll20(externalId: String? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null, transferType: Int? = null, clientName: String? = null, clientId: Long? = null, fromAccountId: Long? = null, fromAccountType: Int? = null, locale: String? = null, dateFormat: String? = null, fromDate: String? = null, toDate: String? = null): GetStandingInstructionRunHistoryResponse
Standing Instructions Logged History The list capability of history can support pagination and sorting Example Requests : standinginstructionrunhistory standinginstructionrunhistory?orderBy=name&sortOrder=DESC standinginstructionrunhistory?offset=10&limit=50 Responses:
200: OK
Return
Parameters
external Id
externalId (optional)
offset
offset (optional)
limit
limit (optional)
order By
orderBy (optional)
sort Order
sortOrder (optional)
transfer Type
transferType (optional)
client Name
clientName (optional)
client Id
clientId (optional)
from Account Id
fromAccountId (optional)
from Account Type
fromAccountType (optional)
locale
locale (optional)
date Format
dateFormat (optional)
from Date
fromDate (optional)
to Date
toDate (optional)