Journey Task Properties REST Endpoints

Worker Journeys/Tasks/Journey Task Properties
The properties resource is the child of the workerJourneys resource. It includes all the task type properties associated with the parent journey template.
Create a task property in an assigned journey
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/properties
Get a task property in an assigned journey
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/properties/{propertiesUniqID}
Get all task properties in an assigned journey
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/properties
Update all task properties in an assigned journey
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/properties/{propertiesUniqID}