Metric Configurations REST Endpoints

Talent Review Meeting Templates/Metric Configurations
The metricConfigs resource provides all the ratings that are included in the Talent Review template.
Create a rating
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/metricConfigs
Delete a rating
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/metricConfigs/{metricConfigsUniqID}
Get a rating
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/metricConfigs/{metricConfigsUniqID}
Get all ratings
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/metricConfigs
Update a rating
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/metricConfigs/{metricConfigsUniqID}