get_meetings_by_planned_course_id
Retrieve all meeting records for a specific planned course using its ID, with options for pagination and sorting by date or name.
Instructions
Get all meeting records of a 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) | |
| sort | No | Sort the results. Can change order by using `<sort_by>:<direction>` where `<direction>` is either `asc` or `desc` |