gitee_list_notifications
List notifications for the authenticated user with filters for unread, participating, type, date range, and pagination.
Instructions
List notifications for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unread | No | Only unread notifications | |
| participating | No | Only participating notifications | |
| type | No | Notification type filter | |
| since | No | ISO 8601 date | |
| before | No | ISO 8601 date | |
| ids | No | Comma-separated notification IDs | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |