get_notification_history
Retrieve notification history from Edupage since a specified date. Filter by status, category, star, and event type to get specific notifications.
Instructions
Get notification history since a given date.
Args: since_date: Start date in YYYY-MM-DD format. Defaults to 7 days ago. status: Filter — "active", "done", or "" (all, default). starred: Filter — "yes", "no", or "" (all). event_type: Raw type filter (comma-separated). category: Category filter: homework, grades, exams, messages, absences, events, news. limit: Max items (default 50). offset: Skip items for pagination. include_system: Include system events (default false). school: School subdomain (only needed with multiple schools).
Returns: JSON array of lean notification events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| school | No | ||
| status | No | ||
| starred | No | ||
| category | No | ||
| event_type | No | ||
| since_date | No | ||
| include_system | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |