Library Goals REST Endpoints

Library Goals
The libraryGoals resource provides all the library goals that the user can access.
Create a library goal
Method: post
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals
Delete a library goal
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}
Find library goals by advance search
Method: post
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/action/findByAdvancedSearchQuery
Get a library goal
Method: get
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}
Get all library goals
Method: get
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals
Update a library goal
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/libraryGoals/{libraryGoalsUniqID}