Skip to Content

AuditLogEntry

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the audit log entry.[default to null]
enterprise_idLongID of the enterprise.[default to null]
user_idLongID of the user who performed the action.[optional] [default to null]
actionStringAction performed (created, updated, deleted, etc).[default to null]
entity_typeStringType of entity affected.[default to null]
entity_idStringID of the affected entity.[optional] [default to null]
old_valuesanyPrevious values before the change.[optional] [default to null]
new_valuesanyNew values after the change.[optional] [default to null]
ip_addressStringIP address of the user.[optional] [default to null]
user_agentStringUser agent string.[optional] [default to null]
created_atStringTimestamp when the action occurred.[default to null]

[Back to Model list] [Back to API list] [Back to README]