Skill Items REST Endpoints

Talent Person Profiles/Skill Sections/Skill Items
The skillItemsresource is the child of the skillSections resource. It provides the list of the skill items within a skill section for a person.
Create a skill item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId1}/child/skillItems
Delete a skill item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId12}/child/skillItems/{SkillId}
Get a skill item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId12}/child/skillItems/{SkillId}
Get all skill items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId1}/child/skillItems
Update a skill item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId12}/child/skillItems/{SkillId}