# Get Unit Offering Details **GET /api/v1/unit-offerings/{id}** Retrieve detailed information about a specific unit offering including all related data like students, assignments, exams, and topics. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) Unit offering ID ## Responses ### 200 Unit offering found successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 401 Authentication required ### 404 Unit offering not found [Powered by Bump.sh](https://bump.sh)