- Subcategories:
 - Behavior Items
 - Competency Items Descriptive Flexfields
 - Large Object (LOB) Attributes - Comments
 - Large Object (LOB) Attributes - Description
 - Large Object (LOB) Attributes - EvaluationComments
 
Competency Items REST Endpoints
            
            Talent Person Profiles/Competency Sections/Competency Items
            
        
        
    The allCompetencyItems resource is the child of the competencySections resource. It provides the list of distinct competency items within a competency section for a person profile.
- Create a competency item
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/competencySections/{ProfileSectionId}/child/competencyItems - Delete a competency item
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/competencySections/{ProfileSectionId}/child/competencyItems/{allCompetencyItemsUniqID} - Get a competency item
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/competencySections/{ProfileSectionId}/child/competencyItems/{allCompetencyItemsUniqID} - Get a distinct competency item
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/competencySections/{ProfileSectionId}/child/allCompetencyItems/{allCompetencyItemsUniqID} - Get all competency items
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/competencySections/{ProfileSectionId}/child/competencyItems - Get all distinct competency items
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/competencySections/{ProfileSectionId}/child/allCompetencyItems - Update a competency item
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/competencySections/{ProfileSectionId}/child/competencyItems/{allCompetencyItemsUniqID}