get_planned_courses_by_course_id
Retrieve all planned course records for a specific course ID in Eduframe, with filtering options for date, status, type, and availability.
Instructions
Get all planned course records of a single course
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | |
| search | No | Filter results on search | |
| type | No | Filter results on type | |
| parents_published | No | Filter results on parents_published | |
| published_public | No | Only show courses that are published and are either planned or in progress | |
| start_date_from | No | Filter results on start_date_from | |
| start_date_until | No | Filter results on start_date_until | |
| availability_state | No | Filter results on availability_state | |
| status | No | Filter results on status | |
| sort | No | Sort the results. Can change order by using `<sort_by>:<direction>` where `<direction>` is either `asc` or `desc` |