SdkCaseCommentWallActivity

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 (WallActivityEnum),
  "isDeleted": boolean
}
Fields
id

string (int64 format)

The id of the activity.

creatorUserId

string

The creator user id.

creatorFullName

string

The creator full name.

lastEditor

string

The last editor.

lastEditorFullName

string

The last editor full name.

creationTimeUnixTimeInMs

string (int64 format)

The creation time in unix ms.

caseId

string (int64 format)

The case id.

alertIdentifier

string

The alert identifier.

comment

string

The comment.

modificationTimeUnixTimeInMs

string (int64 format)

The modification time in unix ms.

commentForClient

string

The comment for client.

modificationTimeUnixTimeInMsForClient

string (int64 format)

The modification time in unix ms for client.

isFavorite

boolean

Is favorite.

type

enum (WallActivityEnum)

The type of the wall activity.

isDeleted

boolean

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.