- Subcategories:
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Candidate Attachments REST Endpoints
            
            Worker Journeys/Tasks/Candidate Attachments
            
        
        
    The InternalAttachments resource provides information about files attached by the recruiting team.
- Create an internal attachment
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/attachments - Create an internal attachment
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/documents - Delete an internal attachment
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/attachments/{attachmentsUniqID} - Delete an internal attachment
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/documents/{attachmentsUniqID} - Get all internal attachments
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/attachments - Get all internal attachments
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/documents - Get an internal attachment
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/attachments/{attachmentsUniqID} - Get an internal attachment
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/documents/{attachmentsUniqID} - Update an internal attachment
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/attachments/{attachmentsUniqID} - Update an internal attachment
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}/child/documents/{attachmentsUniqID}