Smart Lists REST Endpoints

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