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(optional): string
Authorization status that needs to be fetched.
-
includecloseandunauth(optional): boolean
Include close and unauthorized value need to be provided to fetch summary record, default value is false.
-
limit(optional): integer
Limit is maximum number of records to be fetched.
-
offset(optional): integer
Offset is starting number of records to be fetched.
-
recordStat(optional): string
Record Status that needs to be fetched.
-
workflowCd(optional): string
Workflow Code that needs to be fetched.
-
workflowDesc(optional): string
Workflow Description that needs to be fetched.
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
userId: 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 : PagingDto
Type:
Show Source
object
-
totalResults(optional):
integer
Total number of results available.
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(optional):
array DmTmTaskWorkflowStatusDetailsDTO
Task Workflow Status Details data transfer Object.
-
workflowCd(optional):
string
Workflow Code
-
workflowDesc(optional):
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(optional):
string
Active
-
currentStatus(optional):
string
Current Status
-
id(optional):
string
ID
-
nextStatus(optional):
string
Next Status
-
ruleId(optional):
string
Rule ID
-
srNo(optional):
integer
Serial Number
-
taskworkflowMasterId(optional):
string
Task Workflow Master ID
-
type(optional):
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.