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: post
Path: /hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings
Get a custom talent rating item for a profile
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings/{RatingId}
Get all custom talent rating items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings
Update a custom talent rating item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings/{RatingId}