Contacts REST Endpoints

Journeys/Contacts
The contacts resource is a child of the workerJourneys resource. It includes a list of contacts associated with the worker journey.
Create a contact in a journey template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/contacts
Get a contact
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/contacts/{WorkerJourneyContactId}
Get a contact in a journey template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/contacts/{JourneyContactId}
Get all contacts
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/contacts
Get all contacts in a journey template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeys/{JourneyId}/child/contacts