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: post
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers
Delete a worker included in the goal plan
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers/{perfGoalIncludedWorkersUniqID}
Get a worker included in the goal plan
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers/{perfGoalIncludedWorkersUniqID}
Get all workers included in the goal plan
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers
Update a worker included in the goal plan
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/perfGoalIncludedWorkers/{perfGoalIncludedWorkersUniqID}