retrieveAll20

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

GetStandingInstructionRunHistoryResponse

Parameters

externalId

externalId (optional)

offset

offset (optional)

limit

limit (optional)

orderBy

orderBy (optional)

sortOrder

sortOrder (optional)

transferType

transferType (optional)

clientName

clientName (optional)

clientId

clientId (optional)

fromAccountId

fromAccountId (optional)

fromAccountType

fromAccountType (optional)

locale

locale (optional)

dateFormat

dateFormat (optional)

fromDate

fromDate (optional)

toDate

toDate (optional)