# Get Students in Lecturer's Units **GET /api/v1/lecturer/{lecturerId}/students** Retrieves comprehensive list of students enrolled in lecturer's units with advanced search and filtering capabilities. ## 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 - **cohortId** () Filter students by specific cohort/class - **unitOfferingId** () Filter students by specific unit offering - **status** (string) Filter by student unit enrollment status - **search** () Search students by name, registration number, or email (case-insensitive) ## 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)