Get All Valid Task Workflow
get
/api/1.0/taskworkflow
This endpoint is used to retrieve all valid Task Workflow maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Authorization status that needs to be fetched.
-
includecloseandunauth: boolean
Include close and unauthorized value need to be provided to fetch summary record, default value is false.
-
limit: integer
Limit is maximum number of records to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
-
recordStat: string
Record Status that needs to be fetched.
-
workflowCd: string
Workflow Code that needs to be fetched.
-
workflowDesc: string
Workflow Description 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
201 Response
All vaid task workflow details retrieved successfully.
Headers
-
Location: string
URL of newly created Call Action.
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.
405 Response
Invalid input.
500 Response
Internal error.