Journeys REST Endpoints

Journeys
The journeys resource includes all assignable journey templates.
Create a journey template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys
Delete a journey template
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}
Find an assigned journey
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/action/findByAdvancedSearchQuery
Find favorite journeys
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/action/toggleFavourite
Find popular development journeys
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/action/findPopularJourneys
Get a contextual action in a journey template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/action/contextualActionLabel
Get a default journey template property
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/action/defaultProperties
Get a default task type property in a journey template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/action/defaultTaskTypeProperties
Get a journey template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}
Get all journey templates
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys
Update a journey template
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}