retrieveCommands

abstract suspend fun retrieveCommands(actionName: String? = null, entityName: String? = null, resourceId: Long? = null, makerId: Long? = null, makerDateTimeFrom: String? = null, makerDateTimeTo: String? = null, officeId: Int? = null, groupId: Int? = null, clientId: Int? = null, loanid: Int? = null, savingsAccountId: Int? = null): List<GetMakerCheckerResponse>

List Maker Checker Entries Get a list of entries that can be checked by the requestor that match the criteria supplied. Example Requests: makercheckers makercheckers?fields=madeOnDate,maker,processingResult makercheckers?makerDateTimeFrom=2013-03-25 08:00:00&makerDateTimeTo=2013-04-04 18:00:00 makercheckers?officeId=1 makercheckers?officeId=1&includeJson=true Responses:

  • 200: OK

Return

kotlin.collections.List

Parameters

actionName

actionName (optional)

entityName

entityName (optional)

resourceId

resourceId (optional)

makerId

makerId (optional)

makerDateTimeFrom

makerDateTimeFrom (optional)

makerDateTimeTo

makerDateTimeTo (optional)

officeId

officeId (optional)

groupId

groupId (optional)

clientId

clientId (optional)

loanid

loanid (optional)

savingsAccountId

savingsAccountId (optional)