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: post
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures
Delete a library goal measurement
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures/{libraryGoalMeasuresUniqID}
Get a library goal measurement
Method: get
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures/{libraryGoalMeasuresUniqID}
Get all library goal measurements
Method: get
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures
Update a library goal measurement
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalMeasures/{libraryGoalMeasuresUniqID}