Properties
The courseCatalogData model returns an object containing courses by alpha designator, college, search string, or all courses found within the institutions' course offerings with the following properties:
- count
- alpha
- alphaDescription
- courses[] (courseData)
Input Options
Required
- token: valid authorization token
- type: valid type, which includes one of the following words: alpha, college, search, or all
- data: data value which corresponds to the type passed into the model
Helper Functions
None at this time