- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Candidate Attachments REST Endpoints
Employee Community Details/Posts/Candidate Attachments
The attachments resource provides information about files attached to the interview.
- Create an internal attachment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/attachments - Delete an internal attachment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/attachments/{attachmentsUniqID} - Get all internal attachments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/attachments - Get an internal attachment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/attachments/{attachmentsUniqID} - Update an internal attachment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/attachments/{attachmentsUniqID}