Properties REST Endpoints

Worker Journey Tasks/Properties
The properties resource is a child of the tasks resource. It includes display property settings for a task.
Create a task property
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/properties
Get a task property
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/properties/{propertiesUniqID}
Get all task properties
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/properties
Update a task property
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/properties/{propertiesUniqID}