CaseCommentWallActivity message.
JSON representation |
---|
{
"id": string,
"creatorUserId": string,
"creatorFullName": string,
"lastEditor": string,
"lastEditorFullName": string,
"creationTimeUnixTimeInMs": string,
"caseId": string,
"alertIdentifier": string,
"comment": string,
"modificationTimeUnixTimeInMs": string,
"commentForClient": string,
"modificationTimeUnixTimeInMsForClient": string,
"isFavorite": boolean,
"type": enum ( |
Fields | |
---|---|
id |
The id of the activity. |
creatorUserId |
The creator user id. |
creatorFullName |
The creator full name. |
lastEditor |
The last editor. |
lastEditorFullName |
The last editor full name. |
creationTimeUnixTimeInMs |
The creation time in unix ms. |
caseId |
The case id. |
alertIdentifier |
The alert identifier. |
comment |
The comment. |
modificationTimeUnixTimeInMs |
The modification time in unix ms. |
commentForClient |
The comment for client. |
modificationTimeUnixTimeInMsForClient |
The modification time in unix ms for client. |
isFavorite |
Is favorite. |
type |
The type of the wall activity. |
isDeleted |
Is deleted. |
WallActivityEnum
WallActivityEnum enum.
Enums | |
---|---|
CASE_ALERT_DATA |
Case alert data. |
CASE_STATUS_CHANGE |
Case status change. |
CASE_TASK |
Case task. |
CASE_ACTION |
Case action. |
CASE_EVIDENCE |
Case evidence. |
CASE_COMMENT |
Case comment. |
CASE_INSIGHT |
Case insight. |
CASE_CREATION |
Case creation. |
CASE_EXTERNAL_CHANNEL_MESSAGE |
Case external channel message. |
PINNED_CASE_CHAT_MESSAGE |
Pinned case chat message. |
CASE_LINK |
Case link. |