Areas of Interest REST Endpoints
Talent Person Profiles/Areas of Interest
The areasOfInterest resource is the child of the talentPersonProfiles resource. It provides the list of interests for a person.
- Create an area of interest
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areasOfInterest - Get all areas of interest
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areasOfInterest - Get an area of interest
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areasOfInterest/{InterestId} - Update an area of interest
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areasOfInterest/{InterestId}