# Get all materials for a unit offering **GET /api/v1/materials/unit/{unitOfferingId}** Retrieve all learning materials from an entire unit offering, organized by topics and lessons. **Returns:** - Unit offering information - Materials grouped by topic and lesson - Unit-level materials (not specific to lessons) - Comprehensive summary statistics **Use Cases:** - Course material overview - Bulk download preparation - Course completion tracking - Material management dashboard ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **unitOfferingId** (string) UUID of the unit offering to get materials for ## Responses ### 200 Unit offering materials 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)