WallActivitiesWidget

Wall activities widget.

JSON representation
{
  "wallActivities": [
    {
      object (CaseWallActivity)
    }
  ],
  "title": string,
  "order": integer,
  "type": enum (WidgetTemplateType),
  "gridColumns": enum (WidgetTemplateGridColumns),
  "description": string,
  "identifier": string,
  "jsonData": string,
  "errorJsonData": string,
  "resultStatus": enum (WidgetResultStatus)
}
Fields
wallActivities[]

object (CaseWallActivity)

Output only. The case wall activities.

title

string

Output only. The widget title.

order

integer

Output only. The widget order.

type

enum (WidgetTemplateType)

Output only. The widget template type.

gridColumns

enum (WidgetTemplateGridColumns)

Output only. The widget template grid columns.

description

string

Output only. The widget description.

identifier

string

Output only. The widget identifier.

jsonData

string

Output only. The widget json data.

errorJsonData

string

Output only. The widget error json data.

resultStatus

enum (WidgetResultStatus)

Output only. The widget result status.

CaseWallActivity

Case wall activity.

JSON representation
{
  "creatorUserId": string,
  "creatorFullName": string,
  "id": integer,
  "type": enum (CaseWallActivityType),
  "caseId": integer,
  "isFavorite": boolean,
  "modificationTimeUnixTimeInMs": string,
  "creationTimeUnixTimeInMs": string,
  "alertIdentifier": string
}
Fields
creatorUserId

string

Output only. The creator user id.

creatorFullName

string

Output only. The creator full name.

id

integer

Output only. The wall activity id.

type

enum (CaseWallActivityType)

Output only. The case wall activity type.

caseId

integer

Output only. The case id.

isFavorite

boolean

Output only. Flag that indicates whether the case is a favorite.

modificationTimeUnixTimeInMs

string (int64 format)

Output only. The wall activity modification unixtime in milliseconds.

creationTimeUnixTimeInMs

string (int64 format)

Output only. The wall activity creation unixtime in milliseconds.

alertIdentifier

string

Output only. The alert identifier. This is a unique identifier for the alert. Format: {alertName}_{ticketId}

CaseWallActivityType

Casewall activity type.

Enums
WALL_ACTIVITY_TYPE_UNSPECIFIED The wall activity type is unspecified.
CASE_ALERT_DATA The wall activity type is case alert data.
CASE_STATUS_CHANGE The wall activity type is case status change.
CASE_TASK The wall activity type is case task.
CASE_ACTION The wall activity type is case action.
CASE_EVIDENCE The wall activity type is case evidence.
CASE_COMMENT The wall activity type is case comment.
CASE_INSIGHT The wall activity type is case insight.
CASE_CREATION The wall activity type is case creation.
CASE_EXTERNAL_CHANNEL_MESSAGE The wall activity type is case external channel message.
PINNED_CASE_CHAT_MESSAGE The wall activity type is case pinned chat message.