Journey Task Properties REST Endpoints

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