Performance Goal Excluded Workers REST Endpoints
Goal Plans/Performance Goal Excluded Workers
The perfGoalExcludedWorkers resource is a child of the goalPlans resource and provides all workers excluded from the goal plan.
- Create an excluded worker for the goal plan
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalExcludedWorkers - Delete a worker excluded from the goal plan
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalExcludedWorkers/{perfGoalExcludedWorkersUniqID} - Get a worker excluded from the goal plan
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalExcludedWorkers/{perfGoalExcludedWorkersUniqID} - Get all workers excluded from the goal plan
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalExcludedWorkers - Update a worker excluded from the goal plan
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalExcludedWorkers/{perfGoalExcludedWorkersUniqID}