Library Goal Tasks REST Endpoints

Library Goals/Library Goal Tasks
The libraryGoalTasks resource is a child of the libraryGoals resource and provides all the tasks for library goals.
Create a library goal task
Method: post
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks
Delete a library goal task
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks/{libraryGoalTasksUniqID}
Get a library goal task
Method: get
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks/{libraryGoalTasksUniqID}
Get all library goal tasks
Method: get
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks
Update a library goal task
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks/{libraryGoalTasksUniqID}