Search
K
Case Management

AssignmentNoContentResponse

object
statusCodeinteger(int32)

Example:400

timestampstring(date-time)
errorIdstring

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

messagestring

Example:No pending tasks at the moment.

Example

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