Candidate Attachments REST Endpoints

Worker Journey Tasks/Candidate Attachments
The InternalAttachments resource provides information about files attached by the recruiting team.
Create an internal attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments
Create an internal attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents
Delete an internal attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments/{attachmentsUniqID}
Delete an internal attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents/{attachmentsUniqID}
Get all internal attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments
Get all internal attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents
Get an internal attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments/{attachmentsUniqID}
Get an internal attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents/{attachmentsUniqID}
Update an internal attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments/{attachmentsUniqID}
Update an internal attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents/{attachmentsUniqID}