Area of Study Items REST Endpoints

Talent Person Profiles/Area of Study Sections/Area of Study Items
The areaOfStudyItems resource is the child of the areaOfStudySections resource. It provides the list of area of study items within an area of study section for a person.
Create an area of study item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areaOfStudySections/{ProfileSectionId}/child/areaOfStudyItems
Delete an area of study item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areaOfStudySections/{ProfileSectionId}/child/areaOfStudyItems/{AreaOfStudyId}
Get all area of study items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areaOfStudySections/{ProfileSectionId}/child/areaOfStudyItems
Get an area of study item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areaOfStudySections/{ProfileSectionId}/child/areaOfStudyItems/{AreaOfStudyId}
Update an area of study item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areaOfStudySections/{ProfileSectionId}/child/areaOfStudyItems/{AreaOfStudyId}