Search
K
Case Management

AssignmentResourceNotFoundResponse

object
statusCodeinteger(int32)

Example:500

timestampstring(date-time)
errorIdstring

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

messagestring

Example:Task not available with provided taskId.

Example

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