Search
K
Case Management

ActivityFeedRecord

object

Activity feed row returned by search (entity, action, changes, time, source).

idstring

Unique identifier for the activity feed record

Example:9c0638a9-1bab-4553-8135-75a3cfd471b3

entityobject
Show Child Parameters
actionstring

Type of action performed on the entity

Allowed values:CREATEDSTATUS_CHANGEASSIGNMENTUNASSIGNMENT

changesarray[object]
Show Child Parameters
timestring(date-time)

Timestamp when the activity occurred

Example:2025-12-29T12:00:42Z

sourceobject
Show Child Parameters
Example

ActivityFeedEntityRef

object
typestring

Type of entity in the activity feed

Allowed values:TASKSTAGESTEPCASEEXCEPTIONDOCUMENT

idstring

ID of the entity

Example:policyValidation.childStep

labelstring

Label of the entity

Example:Child Step

Example

ActivityFeedEntityType

string

Type of entity in the activity feed

Allowed values:TASKSTAGESTEPCASEEXCEPTIONDOCUMENT

ActivityFeedAction

string

Type of action performed on the entity

Allowed values:CREATEDSTATUS_CHANGEASSIGNMENTUNASSIGNMENT

ActivityFeedChange

object
fieldstring

Field that was changed

Example:status

fromstring

Previous value of the field

tostring

New value of the field

Example:NEW

Example