Candidate Attachments REST Endpoints

AI Conversations/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/hcmAiStudioConversations/{ConversationId}/child/Attachments
Delete an internal attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations/{ConversationId}/child/Attachments/{AttachmentsUniqID}
Get all internal attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations/{ConversationId}/child/Attachments
Get an internal attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations/{ConversationId}/child/Attachments/{AttachmentsUniqID}
Update an internal attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/hcmAiStudioConversations/{ConversationId}/child/Attachments/{AttachmentsUniqID}