Search
K
Case Management

CaseLinkDetailsResponse

object

Response containing a list of linked cases for a given case

linkedCasesarray[object]

Represents a link between two cases

Default:[]

Show Child Parameters
Example

LinkedCaseRecord

object

Represents a link between two cases

caseDetailsobject

Summary information about a case in a link relationship

Show Child Parameters
associatedCaseDetailsobject

Summary information about a case in a link relationship

Show Child Parameters
linkTypestring

The type of relationship between the cases

Allowed values:CHILDRELATEDDUPLICATE

Example:CHILD

linkReasonstring

The reason for linking the cases

Example:Child case created for policy amendment

linkedCasesarray[object]

Represents a link between two cases

Default:[]

Show Child Parameters
Example

CaseSummary

object

Summary information about a case in a link relationship

idstring

The unique case identifier

Example:CA0000425395

statusstring

The current status of the case

Allowed values:IN_PROGRESSEXCEPTIONCOMPLETEDCANCELED

Example:IN_PROGRESS

caseGroupstring

The case group category

Example:NEW_BUSINESS

processstring

The business process associated with the case

Example:New Business

processSubTypestring

The sub-type of the business process

Example:Incoming Transfer

createdAtstring(date-time)

The timestamp when the case was created

Example:2025-01-05T10:30:00.000Z

updatedAtstring(date-time)

The timestamp when the case was last updated

Example:2025-01-05T14:45:30.000Z

Example

InvalidCaseResponse

object
statusCodeinteger(int32)

Example:404

timestampnumber
errorIdstring

Example:33c88eca-ad13-46cc-b14e-b7f82b4af541

messagestring

Example:Invalid case id - <caseId>

errorstring
Example

BadRequestResponse

object
statusCodeinteger(int32)

Example:400

timestampinteger(int64)

Example:1681395423438

errorIdstring

Example:0286d47a-7ad9-499c-8ca0-8f6634d236a3

messagestring

Example:status not found in the request

Example