Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
UserId | Integer | False |
Subject | String | False |
Description | String | False |
SystemElementId | Integer | True |
RelatedRecordId | Integer | True |
DueDateTime | DateTime | True |
IsComplete | Boolean | False |
CreatedOn | DateTime | False |
CreatedBy | Integer | False |
ModifiedOn | DateTime | False |
ModifiedBy | Integer | False |
InactiveOn | DateTime | True |
InactiveBy | Integer | True |
IsInactive | Boolean | False |
UserId::User.FullName | String | False |
UserId_FormattedValue | String | False |
SystemElementId::SystemElement.Name | String | False |
SystemElementId_FormattedValue | String | False |
CreatedBy::User.FullName | String | False |
CreatedBy_FormattedValue | String | False |
Object:
{
Id":####,UserId":####,
Subject":"abcABC123",
Description":"abcABC123",
SystemElementId":####,
RelatedRecordId":####,
DueDateTime":"MM-dd-yyyy hh:mm:ss",
IsComplete":True/False,
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,
UserId::User.FullName":"abcABC123",
UserId_FormattedValue":"abcABC123",
SystemElementId::SystemElement.Name":"abcABC123",
SystemElementId_FormattedValue":"abcABC123",
CreatedBy::User.FullName":"abcABC123",
CreatedBy_FormattedValue":"abcABC123"
}