retrieveAuditEntries

abstract suspend fun retrieveAuditEntries(actionName: String? = null, entityName: String? = null, resourceId: Long? = null, makerId: Long? = null, makerDateTimeFrom: String? = null, makerDateTimeTo: String? = null, checkerId: Long? = null, checkerDateTimeFrom: String? = null, checkerDateTimeTo: String? = null, processingResult: Int? = null, officeId: Int? = null, groupId: Int? = null, clientId: Int? = null, loanid: Int? = null, savingsAccountId: Int? = null, paged: Boolean? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null): List<GetMakerCheckerResponse>

List Audits Get a 200 list of audits that match the criteria supplied and sorted by audit id in descending order, and are within the requestors' data scope. Also it supports pagination and sorting Example Requests: audits audits?fields=madeOnDate,maker,processingResult audits?makerDateTimeFrom=2013-03-25 08:00:00&makerDateTimeTo=2013-04-04 18:00:00 audits?officeId=1 audits?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)

checkerId

checkerId (optional)

checkerDateTimeFrom

checkerDateTimeFrom (optional)

checkerDateTimeTo

checkerDateTimeTo (optional)

processingResult

processingResult (optional)

officeId

officeId (optional)

groupId

groupId (optional)

clientId

clientId (optional)

loanid

loanid (optional)

savingsAccountId

savingsAccountId (optional)

paged

paged (optional)

offset

offset (optional)

limit

limit (optional)

orderBy

orderBy (optional)

sortOrder

sortOrder (optional)