- Subcategories:
 - Smart List Courses
 - Smart List Criteria Values
 
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: postPath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}/child/smartLists - Delete a smart list
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}/child/smartLists/{CurriculumSmartlistId} - Get a smart list
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}/child/smartLists/{CurriculumSmartlistId} - Get all smart lists
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}/child/smartLists - Update a smart list
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}/child/smartLists/{CurriculumSmartlistId}