Properties REST Endpoints

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