AuditsApi

interface AuditsApi

Functions

Link copied to clipboard
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:

Link copied to clipboard
abstract suspend fun retrieveAuditEntry(auditId: Long): GetMakerCheckerResponse

Retrieve an Audit Entry Example Requests: audits/20 audits/20?fields=madeOnDate,maker,processingResult Responses:

Link copied to clipboard

Audit Search Template This is a convenience resource. It can be useful when building an Audit Search UI. \"appUsers\" are data scoped to the office/branch the requestor is associated with. Example Requests: audits/searchtemplate audits/searchtemplate?fields=actionNames Responses: