Candidate Attachments REST Endpoints

Job Applications/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/recruitingUIJobApplications/{SubmissionId}/child/Attachments
Create an internal attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments
Delete an internal attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments/{AttachmentsUniqID}
Delete an internal attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments/{AttachmentsUniqID}
Get all internal attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments
Get all internal attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments
Get an internal attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments/{AttachmentsUniqID}
Get an internal attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments/{AttachmentsUniqID}
Update an internal attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments/{AttachmentsUniqID}
Update an internal attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments/{AttachmentsUniqID}