Worker Journeys REST Endpoints

Worker Journeys
The workerJourneys resource includes all the journeys of a worker.
Add a library task
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/action/addTaskFromLibrary
Allocate a journey
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/action/assignJourney
Assign a contextual journey
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/action/assignContextualJourney
Create a worker journey
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys
Delete a worker journey
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}
Find a contextual journey
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/action/findOrAssignContextualJourney
Force complete a journey
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/action/forceComplete
Get a worker journey
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}
Get all worker journeys
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys
Get journey allocation status details
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/action/getJourneyAllocationDetails
Update a journey
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}