Search
K
Case Management

TaskMessageModel

object
taskTypestring

Type of the task

Example:SUITABILITY_REVIEW

carrierstring

Carrier information

Example:MASS

categorystring

Category of the message

Example:CANCELLATION_REASON

messageIdstring

Unique identifier for the message

Example:DOCUMENT_MISSING

messagestring

The description of the message

Example:DOCUMENT is missing for SUITABILITY_REVIEW for MASS

Example

TaskMappedDocument

object

Metadata for a document mapped to a specific task in the system.

documentIdstring

A unique identifier for the document.

Example:abc12345

documentNamestring

The name of the document.

Example:Report_Q1_2024.pdf

documentSourcestring

The origin or source of the document, such as a system name or module.

Example:Zinnia.OnBase

fileTypestring

Type of document, like pdf or an image.

Example:pdf

displayNamestring

Display name of the document.

Example:Replacement of Life Insurance or Annuities

createdDatestring(date-time)

Timestamp when the document was created.

Example

TaskMappedRequestDocument

object

Metadata for a document mapped to a specific task in the system.

documentIdstring

A unique identifier for the document.

Example:abc12345

documentNamestring

The name of the document.

Example:Report_Q1_2024.pdf

documentSourcestring

The origin or source of the document, such as a system name or module.

Example:Zinnia.OnBase

fileTypestring

Type of document, like pdf or an image.

Example:pdf

displayNamestring

Display name of the document.

Example:Replacement of Life Insurance or Annuities

operationTypestring

Specifies the type of operation to be performed on the document.

Allowed values:REMOVEADD

Example:REMOVE

createdDatestring(date-time)

Timestamp when the document was created.

Example

AssigneeDetails

object

Assignee search criteria. When provided in task search, the service resolves matching users and filters tasks by their assignee partyIds.

firstNamestring

Assignee first name (search criterion).

Example:John

lastNamestring

Assignee last name (search criterion).

Example:Doe

emailstring

Assignee email address (search criterion).

Example:john.doe@example.com

fullNamestring

Assignee full name (search criterion).

Example:John Doe

Example

RequestLinkedTask

object

Metadata for a linked tasks to a specific task in the system.

taskIdstring

Task Instance Id.

Example:TA000000014642

externalIdstring

The identifier how an external system understand it for example used to map onbase taskId.

Example:23bfac3e-e082-47ef-8619-97e96b17695d

reasonstring

Reason for linking the task.

Example:Identified By BPM

Example