Events REST Endpoints

Journeys/Events
The events resource is a child of the workerJourneys resource. It includes a list of events associated with the worker journey.
Create an event in a journey template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/events
Get all events
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/events
Get all events in a journey template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/events
Get an event
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/events/{WorkerJourneyEventId}
Get an event in a journey template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/events/{JourneyEventId}