Search
K
Case Management

TaskStatsResponseModel

object
countinteger

Total number of tasks

statsarray[object]
Show Child Parameters
Example

TaskAssigneeSummaryModel

object
caseIdstring

The unique identifier of the case

tasksarray[object]

List of tasks for the case, each with unique assignee details

Show Child Parameters
Example

ExceptionAdditionalData

object

Additional data related to the Exception.

idstring

A identifier of Exception Addtional Attribute.

Example:severity

labelstring

The label for Exception Addtional Attribute.

Example:SEVERITY

valuestring

The value of Exception Addtional Attribute.

Example:Medium

dataTypestring

The data type of Exception Addtional Attribute.

Example:STRING

entityTypestring

The Entity Type of Exception Addtional Attribute.

Example:INCIDENT_ENTITY

sourcestring

The Source of Exception Addtional Attribute.

Example:Zinnia.BPMTransactions

Example

StatsSearchModel

object

Search criteria for case status comparison

carrierarray[string]required

List of carriers to filter by

Example:ELIC, SBUL

groupByarray[string]required

Must be set to caseStatus for this endpoint

Allowed values:caseStatus

Example:caseStatus

Example

CaseStatusComparisonResponse

object

Response containing case status count comparison results

matchedbooleanrequired

Whether the counts match between MongoDB and Elasticsearch

mongoTotalinteger(int64)required

Total count from MongoDB

Example:1500

elasticTotalinteger(int64)required

Total count from Elasticsearch

Example:1480

totalCountDifferenceinteger(int64)required

Absolute difference between total counts

Example:20

statusComparisonarray[object]required

Count comparison for a specific case status

Show Child Parameters
Example