# Semesters controller find one v1 **GET /api/v1/semesters/{id}** ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) ## Responses ### 200 #### Body: application/json (object) - **message** (string) Response message - **name** (string) - **id** (string) Item ID - **createdAt** (string(date-time)) The date and time the resource was created - **updatedAt** (string(date-time)) The date and time the resource was last updated - **startDate** (string(date-time)) - **endDate** (string(date-time)) - **ExamPeriod** (array[string]) - **offerings** (array[string]) - **department** (object) ### 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)