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: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights
- Delete weight of a goal
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights/{goalPlanGoalWeightsUniqID}
- Get a goal's weight
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights/{goalPlanGoalWeightsUniqID}
- Get all goals' weights
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights
- Update weight of a goal
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights/action/updateDraftGoal
- Update weight of a goal
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/goalPlanGoalWeights/{goalPlanGoalWeightsUniqID}