- Subcategories:
 - Journey Task Properties
 
Task Types REST Endpoints
    
        Worker Journeys/Task Types
    
The taskTypes resource is the child of the workerJourneys resource. It includes all the task types associated with the parent journey template.
- Create a task type in an assigned journey
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/taskTypes - Get a task type in an assigned journey
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/taskTypes/{Code} - Get all task types in an assigned journey
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/taskTypes - Update all task types in an assigned journey
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/taskTypes/{Code}