# Get Comprehensive Lecturer Dashboard **GET /api/v1/lecturer/{lecturerId}/dashboard** Retrieves a complete dashboard overview with all lecturer activities, metrics, pending tasks, and performance analytics. This endpoint provides everything a lecturer needs to monitor their academic responsibilities. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **lecturerId** (string) Unique identifier of the lecturer ### Query parameters - **academicYearId** () Filter dashboard data for a specific academic year - **semesterId** () Filter dashboard data for a specific semester ## Responses ### 200 Dashboard data retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) [Powered by Bump.sh](https://bump.sh)