get_teacher_enrollments_by_planned_course_id
Retrieve teacher enrollments for a specific planned course to manage instructor assignments and course staffing.
Instructions
Get all teacher enrollments for given planned course.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planned_course_id | Yes | ID of the parent resource | |
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) |