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: post
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups
Delete an elements group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups/{GroupId}
Get all elements groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups
Get an elements group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups/{GroupId}
Update an elements group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/groups/{GroupId}