- Subcategories:
 - Area of Study Items
 
Area of Study Sections REST Endpoints
            
            Talent Person Profiles/Area of Study Sections
            
        
        
    The areaOfStudySections resource is the child of the talentPersonProfiles resource. It provides the list of secured area of study sections for a person.
- Create an area of study section
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areaOfStudySections - Get all area of study sections
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areaOfStudySections - Get an area of study section
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/areaOfStudySections/{ProfileSectionId}