Module announcements

Source
Expand description

§My Announcements Handlers

Provides endpoints to fetch announcements for the currently authenticated user.

Users can retrieve a paginated list of announcements filtered by role, year, pinned status, search query, and sorted by various fields. Only announcements in modules the user is associated with are returned.

Structs§

AnnouncementResponse
Response object for an announcement
FilterReq
Query parameters for filtering, sorting, and pagination of announcements
FilterResponse
Response for a paginated list of announcements
ModuleResponse
Response object for a module
UserResponse
Response object for a user

Functions§

get_my_announcements
Retrieves announcements for the currently authenticated user.