Performance Goal Included Workers REST Endpoints
Goal Plans/Performance Goal Included Workers
The perfGoalInccludedWorkers resource provides all workers included in a goal plan.
- Create an included worker for the goal plan
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers - Delete a worker included in the goal plan
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers/{perfGoalIncludedWorkersUniqID} - Get a worker included in the goal plan
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers/{perfGoalIncludedWorkersUniqID} - Get all workers included in the goal plan
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers - Update a worker included in the goal plan
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers/{perfGoalIncludedWorkersUniqID}