Library Goal Measures REST Endpoints
Library Goals/Library Goal Measures
The libraryGoalMeasures resource is a child of the libraryGoals resource and provides all the measurements for library goals.
- Create a library goal measurement
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures
- Delete a library goal measurement
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures/{libraryGoalMeasuresUniqID}
- Get a library goal measurement
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures/{libraryGoalMeasuresUniqID}
- Get all library goal measurements
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures
- Update a library goal measurement
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures/{libraryGoalMeasuresUniqID}