Name | Description | Type | Additional information |
---|---|---|---|
Type |
The type of action performed, i.e.: INFO = 0 CREATE = 100 MODIFY = 200 DELETE = 300 ERROR = 400 |
integer |
None. |
Description |
A description of the action that took place. |
string |
None. |
User |
The user responsible for action that created log |
User |
None. |
Application |
The application used for performing the action |
Application |
None. |
ModelId |
The ID of the item, that in combination with ItemType enables retrieval of an audit trail for that specific item. |
integer |
None. |
ModelTypeFullName |
The FullName of the type being changed. |
string |
None. |
ModelStateBefore |
A JSON serialized version of the state before the change. |
string |
None. |
ModelStateAfter |
A JSON serialized version of the state after the change. |
string |
None. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Operations |
Collection of OperationResult |
None. |