Properties REST Endpoints

Journeys/Task Types/Properties
The properties resource is the child of the taskTypes resource. It includes all the journey task type properties associated with the parent journey template.
Create a task type property in a journey template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/taskTypes/{Code}/child/properties
Get a task type property in an assigned journey
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/taskTypes/{Code}/child/properties/{propertiesUniqID}
Get all task type properties in an assigned journey
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/taskTypes/{Code}/child/properties
Update a task type property in an assigned journey
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/taskTypes/{Code}/child/properties/{propertiesUniqID}