- Subcategories:
- Highest Education Level Items Descriptive Flexfields
- Large Object (LOB) Attributes - Comments
Highest Education Level Items REST Endpoints
Talent Person Profiles/Highest Education Level Sections/Highest Education Level Items
The highestEduLvlItems resource is the child of the highestEducationLvlSections resource. It provides the list of highest education level items within an highest education level for a person.
- Create an highest education level item
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems
- Delete an highest education level item
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems/{HighestEduLevelId}
- Get all highest education level items
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems
- Get an highest education level item
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems/{HighestEduLevelId}
- Update an highest education level item
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems/{HighestEduLevelId}