Element Groups REST Endpoints
    
        Course Lists/Element Groups
    
The elements group resource is a child of the course lists resource and lists all the element groups associated with a course list.
- Create an elements group
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups - Delete an elements group
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups/{GroupId} - Get all elements groups
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups - Get an elements group
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups/{GroupId} - Update an elements group
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups/{GroupId}