Library Goals REST Endpoints
    
        Library Goals
    
The libraryGoals resource provides all the library goals that the user can access.
- Create a library goal
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals - Delete a library goal
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID} - Find library goals by advance search
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/action/findByAdvancedSearchQuery - Get a library goal
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID} - Get all library goals
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals - Update a library goal
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}