Task Type Service REST Endpoints
Strategy Services/Task Type Service
Task Type maintenance APIs.
- Add New Task Type
- Method: postPath:
/api/1.0/tasktype - Authorize Task Type by Given ID
- Method: patchPath:
/api/1.0/tasktype/{id}/approve - Close Task Type by Given ID
- Method: patchPath:
/api/1.0/tasktype/{id}/close - Delete Task Type Identified by Given ID
- Method: deletePath:
/api/1.0/tasktype/{id} - Get All Valid Task Type
- Method: getPath:
/api/1.0/tasktype - Reopen Task Type by Given ID
- Method: patchPath:
/api/1.0/tasktype/{id}/reopen - Retrieve Task Type by ID
- Method: getPath:
/api/1.0/tasktype/{id} - Retrieve Task Type History by Given ID
- Method: getPath:
/api/1.0/tasktype/{id}/history - Retrieve Unauthorized Task Type by Given ID
- Method: getPath:
/api/1.0/tasktype/{id}/unauthorized - Update Existing Task Type
- Method: putPath:
/api/1.0/tasktype/{id}