Search
K
Case Management

ActivityFeedFilters

object
entityTypestring

Type of entity to filter by (e.g. STAGE, STEP). When combined with includeHierarchicalEntities, feeds whose
entity matches this type act as seeds; descendant feeds under those entities may be included.

Example:STAGE

entityIdsarray[string]

Entity ids to match (e.g. stage or step id). When includeHierarchicalEntities is true, feeds under these
entities in the case hierarchy may also be returned.

Example:policyValidation, policyValidation.childStep

instanceInfoIdsarray[string]

Instance-info identifiers (e.g. from entityInstanceInfo on a step) used to narrow feeds; hierarchical rules
apply when includeHierarchicalEntities is true.

Example:inst-search-cuke-60

includeHierarchicalEntitiesboolean

When true, expands results to include descendant feeds in the activity hierarchy for the selected entity ids,
entity type, or instance-info scope. When false, only directly matching feeds are considered before other filters.

Default:false

Example:true

actionstring

Type of action performed on the entity

Allowed values:CREATEDSTATUS_CHANGEASSIGNMENTUNASSIGNMENT

startDatestring(date-time)

Start date for filtering activity feed records

Example:2025-12-29T00:00:00Z

endDatestring(date-time)

End date for filtering activity feed records

Example:2025-12-29T23:59:59Z

Example

ActivityFeedPagination

object
pageSizeinteger

Number of records per page

>= 1

Example:10

pageNumberinteger

Page number to retrieve

>= 1

Example:1

Example

ActivityFeedSort

object
orderstring

Sort order for activity feed records

Allowed values:ascdesc

Default:desc

Example:desc

Example

ActivityFeedSearchResponse

object
caseIdstring

Case ID for which activity feed was searched

Example:CA0000061736

feedsarray[object]

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

Default:[]

Show Child Parameters
pageobject
Show Child Parameters
Example

ActivityFeedPageMetadata

object
pageSizeinteger

Number of records per page

Example:10

pageNumberinteger

Current page number

Example:1

totalPagesinteger

Total number of pages

Example:1

totalRecordsinteger(int64)

Total number of records

Example:3

Example