Search
K
Case Management

Search label config

Search mappings for display values of labels

get

Query Parameters

keystringrequired

Label config key

valuestring

Label config value

Response

application/json

reference data for provided keys retrieved

LabelConfigResponse

labelconfigsarray[object]
Show Child Parameters
get/case/v1/refdata/labelconfigs/search
 
application/json

Retrieve Reference Data Hierarchy

Retrieves a hierarchical structure of reference data based on the specified type as parent.

get

Path Parameters

refTypestringrequired

The starting parent type in the hierarchy.

Example:DOCUMENT_CATEGORY

Response

application/json

Retrieved Document hierarchical reference data.

ReferenceResponseTree

typestring

The type of the reference data node.

keystring

The key of the reference data node.

valuestring

The value associated with the reference data node.

childarray[object]

List of child nodes in the reference data hierarchy.

Show Child Parameters
get/case/v1/refdata/{refType}/tree
 
application/json

Fetch List of reference data by Type and Parent Key

Fetch List of reference data by Type and Parent Key

get

Query Parameters

parentKeystring

The key of the parent entity whose Reference Data are to be retrieved.

Path Parameters

typestringrequired

The type of reference data to retrieve.

Response

application/json

A list of reference data models.

ReferenceResponseModel

typestring

The type of the reference data.

parentKeystring

The key of the parent entity.

keystring

The key of the reference data.

valuestring

The value associated with the reference data.

get/case/v1/refdata/{type}
 
application/json

Exception Instance (Exception Management)

Create Exception

Creates a new exception for the specified case instance.

post

Path Parameters

caseIdstringrequired

Unique identifier of the case instance for which the exception is being created.

Example:CA0000006344

Body

application/json

ExceptionCreateRequest

sourcestring

The system that raised the exception.

Example:Zinnia.OnBase

nmIDstring

The nigo message id.

Example:EM.050

Response

application/json

Successful operation and creates a new resource

ExceptionCreateResponse

exceptionIdstring

The unique identifier of the exception.

Example:EX000000000174

caseIdstring

The unique identifier of the case to which this exception is linked.

Example:CA0000006344

sourcestring

The system or entity that raised the exception.

Example:Zinnia.OnBase

nmIDstring

The nigo message id.

Example:EM.050

exceptionTypestring

The exception type of the exception.

Example:Business Exception

categorystring

The category of the exception, selected from a predefined list.

Example:Agent

reasonstring

The specific reason for the exception, chosen from a predefined list.

Example:Appointment Status

detailReasonstring

The detailed reason for the exception.

Example:The agent lacks an appointment in the state where product was sold.s

exceptionStatusstring

The current status of the exception.

Allowed values:NEWUNRESOLVEDRESOLVEDOVERRIDDEN

Example:NEW

exceptionAdditionalDataarray[object]

Additional data related to the Exception.

Show Child Parameters
createdBystring

The user or system that created the exception.

Example:anurag.chaudhary@se2.com

updatedBystring

The user or system that last updated the exception.

Example:anurag.chaudhary@se2.com

createdAtstring(date-time)

The timestamp when the exception was created, in ISO 8601 format.

updatedAtstring(date-time)

The timestamp when the exception was last updated, in ISO 8601 format.

post/case/v1/exceptions/cases/{caseId}

Body

{}
 
application/json