Education Items REST Endpoints

Talent Person Profiles/Education Sections/Education Items
The educationItems resource is the child of the educationSections resource. It provides the list of the education items within an education section for a person.
Create an education item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems
Delete an education item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems/{EducationId}
Get all education items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems
Get an education item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems/{EducationId}
Update an education item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/educationSections/{ProfileSectionId}/child/educationItems/{EducationId}