Areas of Expertise REST Endpoints

Talent Person Profiles/Areas of Expertise
The areasOfExpertise resource is the child of the talentPersonProfiles resource. It provides the list of expertise items for a person.
Create an area of expertise
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areasOfExpertise
Get all areas of expertise
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areasOfExpertise
Get an area of expertise
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areasOfExpertise/{ExpertiseId}
Update an area of expertise
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areasOfExpertise/{ExpertiseId}