Notes REST Endpoints

Journeys/Notes
The notes resource is a child of the workerJourneys resource. It includes the notes associated with the worker journey.
Create a note in a journey template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/notes
Get a note
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/notes/{WorkerJourneyNoteId}
Get a note in a journey template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/notes/{JourneyNoteId}
Get all notes
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/notes
Get all notes in a journey template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/notes