Name | Description | Type | Additional information |
---|---|---|---|
ID |
A primary key to keep entities happy |
integer |
None. |
DateTime |
The time the event took place |
date |
None. |
TenantId |
The id of the tenant this event applies to |
integer |
None. |
UserId |
The ID of the logged in user who triggered the event |
string |
None. |
UserName |
the name of the user who triggered the event |
string |
None. |
UserType |
The type of the logged in user who triggered the event (delegate, client, user, etc) |
AuditUserType |
None. |
ImpersonatedUserId |
The ID of the logged in user who triggered the event. Used in the case where the user is using elevated permissions (e.g. the UserType is Application, but it is on behalf of a Delegate) |
string |
None. |
ImpersonatedUserType |
The type of the logged in user who triggered the event (delegate, client, user, etc) Used in the case where the user is using elevated permissions (e.g. the UserType is Application, but it is on behalf of a Delegate) |
AuditUserType |
None. |
BookingId |
If the event affects a booking, this is the ID of the booking |
integer |
None. |
ClientId |
If the event affects a client, this is the ID of the client |
integer |
None. |
DelegateId |
If the event affects a delegate, this is the ID of the delegate |
integer |
None. |
DelegateGroupId |
If the event affects a delegate group, this is the ID of the delegate group |
integer |
None. |
Action |
The type of action that happened |
AuditAction |
None. |
ExtraInfo |
Any extra information. The meaning of the extra information depends on the |
string |
None. |