get_enrollments
Retrieve enrollment records from Eduframe with filtering options for student ID, course, status, and pagination.
Instructions
Get all enrollment records
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) | |
| student_id | No | Filter results on student_id | |
| planned_course_id | No | Filter results on planned_course_id | |
| status | No | Filter results on status | |
| with_canceled | No | Filter results based on whether they include a canceled status or not |