Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| SystemElementId | Integer | False |
| RelatedRecordId | Integer | False |
| UserDefinedGroupId | Integer | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| SystemElementId::SystemElement.Name | String | False |
| SystemElementId_FormattedValue | String | False |
| UserDefinedGroupId::UserDefinedGroup.Name | String | False |
| UserDefinedGroupId::UserDefinedGroup.Description | String | False |
| UserDefinedGroupId_FormattedValue | String | False |
| CreatedBy::User.FullName | String | False |
| CreatedBy_FormattedValue | String | False |
Object:
{
Id":####,SystemElementId":####,
RelatedRecordId":####,
UserDefinedGroupId":####,
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,
SystemElementId::SystemElement.Name":"abcABC123",
SystemElementId_FormattedValue":"abcABC123",
UserDefinedGroupId::UserDefinedGroup.Name":"abcABC123",
UserDefinedGroupId::UserDefinedGroup.Description":"abcABC123",
UserDefinedGroupId_FormattedValue":"abcABC123",
CreatedBy::User.FullName":"abcABC123",
CreatedBy_FormattedValue":"abcABC123"
}