Task Workflow Maintenance Service REST Endpoints

Task Workflow Services/Task Workflow Maintenance Service
This service is used to maintain Task Workflow configuration.
Add New Task Workflow
Method: post
Path: /api/1.0/taskworkflow
Authorize Task Workflow by Given ID
Method: patch
Path: /api/1.0/taskworkflow/{id}/approve
Close Task Workflow by Given ID
Method: patch
Path: /api/1.0/taskworkflow/{id}/close
Delete Task Workflow Identified by Given ID
Method: delete
Path: /api/1.0/taskworkflow/{id}
Get All Valid Task Workflow
Method: get
Path: /api/1.0/taskworkflow
Get Health Check Details of Service Task Workflow
Method: get
Path: /api/1.0/healthcheck
Reopen Task Workflow by Given ID
Method: patch
Path: /api/1.0/taskworkflow/{id}/reopen
Retrieve Task Workflow by ID
Method: get
Path: /api/1.0/taskworkflow/{id}
Retrieve Task Workflow History by Given ID
Method: get
Path: /api/1.0/taskworkflow/{id}/history
Retrieve Unauthorized Task Workflow by Given ID
Method: get
Path: /api/1.0/taskworkflow/{id}/unauthorized
Update Existing Task Workflow
Method: put
Path: /api/1.0/taskworkflow/{id}