Library Goal Target Outcomes REST Endpoints

Library Goals/Library Goal Target Outcomes
The libGoalTargetOutcomes resource is a child of the libraryGoals resource and provides all the target outcomes of library goals.
Add a target outcome to a library goal
Method: post
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libGoalTargetOutcomes
Delete a target outcome from a library goal
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libGoalTargetOutcomes/{ContentItemRlatId}
Get a target outcome of a library goal
Method: get
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libGoalTargetOutcomes/{ContentItemRlatId}
Get all target outcomes of a library goal
Method: get
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libGoalTargetOutcomes
Update a target outcome of a library goal
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libGoalTargetOutcomes/{ContentItemRlatId}