list_announcements
Retrieve course announcements by course ID, with optional date range and pagination controls.
Instructions
List announcements for a course
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End date in ISO 8601 format | |
| per_page | No | Number of results per page (default 10) | |
| course_id | Yes | The ID of the course | |
| start_date | No | Start date in ISO 8601 format |