Performance Goal Eligibility Profiles REST Endpoints
Goal Plans/Performance Goal Eligibility Profiles
The perfGoalEligibilityProfiles resource provides all eligibility profiles associated with a goal plan.
- Create an associated eligibility profile
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles
- Delete an associated eligibility profile
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles/{EligibilityProfileObjectId}
- Get all associated eligibility profiles
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles
- Get an associated eligibility profile
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles/{EligibilityProfileObjectId}
- Update an associated eligibility profile
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalEligibilityProfiles/{EligibilityProfileObjectId}