As part of the effort to display the full breadth of course data to the end user, the website needs access to any given course's:
- Crosslisted courses
- Corequisites
- Prerequisites
There should ideally be one new endpoint for each of these.
The request and response payload formats are subject to whoever implements these endpoints. As a start, the request payload could include the course's subject code and course number, and the response could be a list of subject code and course number pairs.
These endpoints are also ideally GET endpoints that take as payload query parameters.
As part of the effort to display the full breadth of course data to the end user, the website needs access to any given course's:
There should ideally be one new endpoint for each of these.
The request and response payload formats are subject to whoever implements these endpoints. As a start, the request payload could include the course's subject code and course number, and the response could be a list of subject code and course number pairs.
These endpoints are also ideally GET endpoints that take as payload query parameters.