View and search audit logs. Read-only access to track system changes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A UUID string identifying this Audit Log.
Auto-populate created_by from request.user when available.
CREATE - CREATEUPDATE - UPDATEDELETE - DELETECREATE, UPDATE, DELETE Model name (e.g., 'StudentAdmission')
Primary key of the affected record
Stores field changes as {field_name: {'from': old_value, 'to': new_value}}
IP address of the actor