- Subcategories:
 - Large Object (LOB) Attributes - Comments
 - Large Object (LOB) Attributes - Description
 - Skill Items Descriptive Flexfields
 
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: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId1}/child/skillItems - Delete a skill item
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId12}/child/skillItems/{SkillId} - Get a skill item
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId12}/child/skillItems/{SkillId} - Get all skill items
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId1}/child/skillItems - Update a skill item
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId12}/child/skillItems/{SkillId}