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,"title":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}

title

string

Output only. The wall activity title.

CaseWallActivityType

Casewall activity type.

Enums
WALL_ACTIVITY_TYPE_UNSPECIFIEDThe wall activity type is unspecified.
CASE_ALERT_DATAThe wall activity type is case alert data.
CASE_STATUS_CHANGEThe wall activity type is case status change.
CASE_TASKThe wall activity type is case task.
CASE_ACTIONThe wall activity type is case action.
CASE_EVIDENCEThe wall activity type is case evidence.
CASE_COMMENTThe wall activity type is case comment.
CASE_INSIGHTThe wall activity type is case insight.
CASE_CREATIONThe wall activity type is case creation.
CASE_EXTERNAL_CHANNEL_MESSAGEThe wall activity type is case external channel message.
PINNED_CASE_CHAT_MESSAGEThe wall activity type is case pinned chat message.
CASE_LINKThe wall activity type is case link.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-11-17 UTC.