Auditing can be enabled on the Admin App API in order to keep track of when API calls are made and by whom. All audit data is written to the KonaKart database and can be viewed in the Audit Data>>Audit Data section of the Admin App.
Auditing can be configured in the Configuration>>Configure Auditing section of the Admin App. It can be configured independently for Reads / Edits / Inserts and Deletes. The level may be set to "summary" or "detailed" :
Summary : The name of the API call, the type of Action (read , write etc.) , the id of the object being edited, inserted etc. (where applicable) and the time stamp are saved.
Detailed : Where possible, the objects being deleted, edited etc. are also saved in a serialized form . Note that enabling detailed auditing can have a detrimental affect on performance and may save a large amount of data.