Elements REST Endpoints

Course Lists/Elements
The elements resource is a child of the course lists resource and lists all the elements associated with a course list.
Create an element
Method: post
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements
Delete an element
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}
Get all elements
Method: get
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements
Get an element
Method: get
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}
Update an element
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}