# Get All Unit Offerings for Lecturer **GET /api/v1/lecturer/{lecturerId}/unit-offerings** Retrieves comprehensive list of all units assigned to the lecturer with detailed enrollment, assessment, and progress information. ## 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 - **status** () Filter unit offerings by status (ACTIVE, COMPLETED, ARCHIVED) - **academicYearId** () Filter unit offerings by specific academic year - **semesterId** () Filter unit offerings by specific semester ## Responses ### 200 ### 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)