Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| Url | String | False |
| Message | String | False |
| RequestMethod | String | False |
| ElementId | Integer | True |
| ElementName | String | False |
| ParentElementId | Integer | True |
| ParentElementName | String | False |
| ActionName | String | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| CreatedBy::User.FullName | String | False |
| CreatedBy_FormattedValue | String | False |
Object:
{
Id":####,Url":"abcABC123",
Message":"abcABC123",
RequestMethod":"abcABC123",
ElementId":####,
ElementName":"abcABC123",
ParentElementId":####,
ParentElementName":"abcABC123",
ActionName":"abcABC123",
CreatedOn":"MM-dd-yyyy hh:mm:ss",
CreatedBy":####,
ModifiedOn":"MM-dd-yyyy hh:mm:ss",
ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
IsInactive":True/False,
CreatedBy::User.FullName":"abcABC123",
CreatedBy_FormattedValue":"abcABC123"
}