Goal History REST Endpoints
Goals/Goal History
Goal History
- Create a goal history record
- Method: postPath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalHistory - Delete a goal history record
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalHistory/{GoalHistoryUniqID} - Get a goal history record
- Method: getPath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalHistory/{GoalHistoryUniqID} - Get all goal history records
- Method: getPath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalHistory - Update a goal history record
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalHistory/{GoalHistoryUniqID}