Task Type Service REST Endpoints

Strategy Services/Task Type Service
Task Type maintenance APIs.
Add New Task Type
Method: post
Path: /api/1.0/tasktype
Authorize Task Type by Given ID
Method: patch
Path: /api/1.0/tasktype/{id}/approve
Close Task Type by Given ID
Method: patch
Path: /api/1.0/tasktype/{id}/close
Delete Task Type Identified by Given ID
Method: delete
Path: /api/1.0/tasktype/{id}
Get All Valid Task Type
Method: get
Path: /api/1.0/tasktype
Reopen Task Type by Given ID
Method: patch
Path: /api/1.0/tasktype/{id}/reopen
Retrieve Task Type by ID
Method: get
Path: /api/1.0/tasktype/{id}
Retrieve Task Type History by Given ID
Method: get
Path: /api/1.0/tasktype/{id}/history
Retrieve Unauthorized Task Type by Given ID
Method: get
Path: /api/1.0/tasktype/{id}/unauthorized
Update Existing Task Type
Method: put
Path: /api/1.0/tasktype/{id}