Search
K
Case Management

TaskStatsSearchModel

object
groupByarray[string]required

List of attributes to group the statistics by

Example

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