Retrieve Task Workflow History by Given ID
get
/api/1.0/taskworkflow/{id}/history
This endpoint is used to retrieve the Task Workflow by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
ID of the Task Workflow that needs to be fetched.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the Task Workflow History based on given ID.
Nested Schema : data
Type:
array
Data
Show Source
-
Array of:
object DmTmTaskWorkflowDTO
Task Workflow Data transfer Object
Nested Schema : DmTmTaskWorkflowDTO
Type:
object
Task Workflow Data transfer Object
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : DmTmTaskWorkflowDTO-allOf[1]
Type:
Show Source
object
-
DmTmTaskWorkflowStatusDetailsDTO:
array DmTmTaskWorkflowStatusDetailsDTO
Task Workflow Status Details data transfer Object.
-
workflowCd:
string
Workflow Code
-
workflowDesc:
string
Workflow Description
Nested Schema : DmTmTaskWorkflowStatusDetailsDTO
Type:
array
Task Workflow Status Details data transfer Object.
Show Source
-
Array of:
object DmTmTaskWorkflowStatusDetailsDTO
task Workflow Status Details data transfer object
Nested Schema : DmTmTaskWorkflowStatusDetailsDTO
Type:
object
task Workflow Status Details data transfer object
Show Source
-
active:
string
Active
-
currentStatus:
string
Current Status
-
id:
string
ID
-
nextStatus:
string
Next Status
-
ruleId:
string
Rule ID
-
srNo:
integer
Serial Number
-
taskworkflowMasterId:
string
Task Workflow Master ID
-
type:
string
Type
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error