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 : DmTmTaskWorkflowStatusDetailsDTO
Type:
Show Source
object
-
active:
string
Active
-
currentStatus:
string
Current status
-
nextStatus:
string
Next status
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.