# List Birthdays **GET /v1/students/birthdays** List Birthdays Student ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Query parameters - **fromDate** (string) Start date for birthday range - **toDate** (string) End date for birthday range ## Responses ### 422 Validation error #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 200 List collection response #### Body: application/json (array[object]) - **id** (string) id - **companyId** (string) Company ID - **familyId** (string) Family ID - **firstname** (string) Firstname - **lastname** (string) Lastname - **gender** (string | null) - **dateOfBirth** (string(date) | null) Date of birth - **mediaConsent** (boolean) Photo & Video Consent - **medicalInfo** (string | null) Medical Info - **profilePicture** (string | null) Profile Picture - **discountable** (boolean) Discountable - **joinedAt** (string(date) | null) Join date - **deletedAt** (string(date-time) | null) Deleted at date - **archivedAt** (string(date-time) | null) Archived at date - **createdAt** (string(date-time)) Created at date ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)