Task instance id
Get Task
DEPRECATEDGet Task
Path Parameters
Response
application/json
Response
task instance retrieved
TaskInstance
Example:RenewalTask
Example:Pending
Example:SupportTool
Example:CarrierName_1
Example:operator-3
Example:operator-1
Example:operator-2
One OfShow Child Parameters
Authentication
Path Parameters
Task Instance (Task Management)
Manages tasks based on cases. Implemented using Zinnia Live Task management framework.
Task Management - Search tasks
Search tasks by case id for provided criteria
Body
application/json
Body
Allowed values:updatedAtcreatedAt
Allowed values:ascdesc
Response
application/json
Response
tasks retrieved for provided search criterias
Represents the details of the task, including exceptions, data, and schema.
Show Child Parameters
Example:1
Example:0
Example:10
Example:1
Example:200
Example:Successfully retrieved data!
Authentication
Body
Task Management - Search tasks via elastic
Search tasks by case id for provided criteria
Body
application/json
Body
TaskSearchModel
A list of processes to filter the search results.
The carrier associated with the task.
Name of the task.
Task Type
Associated Task Details
A list of task statuses to filter the search results.
A list of queue associated with the task to filter the search results.
Assignee Party task filter
Escalated or Not escalated task filter
The created date for the task range filter.
A list of case identifier to search task.
Show Child Parameters
The field by which to sort the search results.
The direction to sort the search results, either ascending (asc) or descending (desc).
The offset for pagination, indicating the starting point for the results.
The maximum number of results to return.
Response
application/json
Response
tasks retrieved for provided search criterias
Represents the details of the task, including exceptions, data, and schema.
Show Child Parameters
Example:1
Example:0
Example:10
Example:1
Example:200
Example:Successfully retrieved data!
Authentication
Body
Task Management - Get Task details
Get Task details
Query Parameters
Whether schema should be included or not
Default:false
Path Parameters
Task instance id
Example:TA000000000302
Response
application/json
Response
task details retrieved
TaskInstanceModel
Represents the details of the task, including exceptions, data, and schema.
Unique identifier for the task instance
Example:TA000000000302
Identifier for the case related to the task
Example:CA0000005579
Source of the task instance
Example:BPM.Redemption
External task identifier
Example:9755818
Identifier for the template used
Example:aedb60fb-48b1-4b87-a7a2-57593c39cbb1
Process associated with the task
Example:New Business
Carrier associated with the task
Example:Carrier_1
Type of the task
Example:Suitability
Name of the task
Example:Suitability Review
Details of the task
Example:Important task details..
Current status of the task
Allowed values:NEWINPROGRESSSCHEDULEDCANCELLEDCOMPLETED
Example:NEW
Additional data related to the task
Example:{}
Exceptions linked to the task
Example:["EX000000000188"]
Metadata for a document mapped to a specific task in the system.
Show Child Parameters
Metadata for a linked tasks to a specific task in the system.
Show Child Parameters
Queue to which the task is assigned
Example:queue_withdrawal
Reason why the task is scheduled to later time
Example:[ "" ]
Date for which the task is scheduled
Example:2024-04-02
Reason for task cancellation
Example:[ "" ]
SLA date of the case
Priority level of the task
Example:HIGH
Whether the task is escalated
Default:false
Example:false
First Name of the User assigned to the task
Example:Great
Last Name of the User assigned to the task
Example:Gatsby
Email Id of the User assigned to the task
Example:Great.Gatsby@zinnia.com
Party Id of the User assigned to the task
Example:53dfb347558f42cfb79a0ef3a1147acb
Timestamp when the task was assigned to the User
Preferred user for task assignment
Example:username@se2.com
Email Id of the User who created the task
Example:username@se2.com
Party Id of the User who created the task
Example:8170b3a1353848d589399254210772ae
Timestamp when the task was created
Email Id of the User who last updated the task
Example:Satyam.Srivastava@zinnia.com
Party Id of the User who last updated the task
Example:53dfb347558f42cfb79a0ef3a1147acb
Timestamp when the task was last updated
Example:{"schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"suitabilityStatus":{"type":"string"},"notes":{"type":"array","items":{"type":"object","properties":{"submissionDate":{"type":"string"},"commentCategory":{"type":"string"},"commentSubCategory":{"type":"string"},"commentDetail":{"type":"string"},"comment":{"type":"string"},"description":{"type":"string"},"createdDate":{"type":"string"},"createBy":{"type":"string"},"noteId":{"type":"integer"}},"required":["submissionDate","commentCategory","commentSubCategory","commentDetail","comment","description","createdDate","createBy","noteId"]}}},"required":["suitabilityStatus"]}