- Subcategories:
 - Large Object (LOB) Attributes - Description
 
User Defined Ratings REST Endpoints
    
        Talent Ratings/User Defined Rating Sections/User Defined Ratings
    
The userDefinedRatings resource is the child of the talentRatings resource. It provides the list of talent rating items within the user-defined rating sections.
- Create a custom talent rating item
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings - Get a custom talent rating item for a profile
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings/{RatingId} - Get all custom talent rating items
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings - Update a custom talent rating item
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings/{RatingId}