Expand description
§My Tickets Handlers
Provides endpoints to fetch tickets for assignments associated with the currently authenticated user.
Users can retrieve a paginated list of tickets, filtered by role, year, status, and search query.
The results include assignment, module, and user details.
Students only see their own tickets, while lecturers and assistants can view other users’ tickets.
Structs§
- Assignment
Response - Response object for an assignment
- Filter
Req - Query parameters for filtering, sorting, and pagination of tickets
- Filter
Response - Response for a paginated list of tickets
- Module
Response - Response object for a module
- Tickets
Response - Response for a single ticket
- User
Response - Response object for a user
Functions§
- get_
my_ tickets - Retrieves tickets for the currently authenticated user.