Standing Instructions History Api
interface StandingInstructionsHistoryApi
Functions
Link copied to clipboard
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: