get_student_courses_by_category
Retrieve courses in a student's category, such as MUST COURSES or DEPARTMENTAL ELECTIVES, by providing a category ID like '1-236' or '2-236'.
Instructions
Retrieve the list of courses belonging to a student's category (e.g. MUST COURSES or DEPARTMENTAL ELECTIVES with category_id like '1-236' or '2-236').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | No | 1-236 | |
| program_type | No | 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courses | No | ||
| message | No | ||
| category_id | Yes | ||
| category_name | Yes |