Goal Plan Goal Weights REST Endpoints

Goal Plan Goal Weights
The goalPlanGoalWeights resource provides all weights for the goals of a goal plan.
Add weight for a goal
Method: post
Path: /hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights
Delete weight of a goal
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights/{goalPlanGoalWeightsUniqID}
Get a goal's weight
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights/{goalPlanGoalWeightsUniqID}
Get all goals' weights
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights
Update weight of a goal
Method: post
Path: /hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights/action/updateDraftGoal
Update weight of a goal
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights/{goalPlanGoalWeightsUniqID}