get https://localhost:8443/fineract-provider/api/v1/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