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: postPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks - Delete a library goal task
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks/{libraryGoalTasksUniqID} - Get a library goal task
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks/{libraryGoalTasksUniqID} - Get all library goal tasks
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks - Update a library goal task
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}/child/libraryGoalTasks/{libraryGoalTasksUniqID}