Education Item Attachments REST Endpoints

Talent Person Profiles/Education Sections/Education Items/Education Item Attachments
The educationItemAttachments resource is a child of educationItems resource. It provides all the attachments for the education item.
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems/{EducationId}/child/educationItemAttachments
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems/{EducationId}/child/educationItemAttachments/{educationItemAttachmentsUniqID}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems/{EducationId}/child/educationItemAttachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems/{EducationId}/child/educationItemAttachments/{educationItemAttachmentsUniqID}