# List **GET /v1/lessons** List Lesson ## 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 - **where** (object) Filter conditions ## 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]) - **companyId** (string) Company ID - **classId** (string) Class ID - **date** (string(date)) - **startTime** (string) - **endTime** (string) - **status** (string) - **holidays** (array[object]) - **adjustments** (array[object]) - **studentCounts** (object) Lesson student count per lesson type - **studentIds** (array[string]) Array of student IDs due to attend this lesson ### 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)