Search
K
Case Management

ServerErrorResponse

object
statusCodeinteger(int32)

Example:500

timestampinteger(int64)

Example:1681395423438

errorIdstring

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

messagestring

Example:Failed to process request

Example

CaseModuleErrorResponse

object

Canonical error envelope for Case module.

messagestring

High-level error message.

Example:Invalid link type

traceIdstring

Trace/correlation id for debugging (derived from requestId or X-Correlation-Id).

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

detailstring

Detailed message including error code context.

Example:[INVALID_LINK_TYPE] Invalid linkType: foo. Valid values are: CHILD, DUPLICATE, RELATED

timestampinteger(int64)

Epoch timestamp in milliseconds.

Example:1681395423438

Example

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