# Returns a list of BaseEventBookingSchedule **GET /api/event/base_event_booking_schedule** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **deleted** (boolean) This property is used to mark an entity as deleted / archived | Requires access right: SCOPE_LIST - **baseLocation** (string) Requires access right: SCOPE_LIST - **baseEvent** (string) Requires access right: SCOPE_LIST - **baseBookable** (string) Requires access right: SCOPE_LIST - **secondaryBaseBookable** (string) Requires access right: SCOPE_LIST - **baseBookable---secondaryBaseBookable** (string) Requires access right: SCOPE_LIST - **startTime** (string) Requires access right: SCOPE_LIST - **endTime** (string) Requires access right: SCOPE_LIST - **searchString** (string) text to search for in the list - **orderFieldName** (string) name of the order field - **orderFieldSort** (string) sorting mode - **page** (integer) page of the list - **pageSize** (integer) number of entries for each page - **withMaxPageNumber** (string) returns the number of pages available as a header if this is set - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Returns a list of BaseEventBookingSchedule #### Body: application/json (array[object]) - **id** (integer) - **performing_person** (object) - **secondary_performing_person** (object) - **start_time** (string(date-time)) - **end_time** (string(date-time)) - **generated_until** (string(date-time)) - **generate_ignore_sys_calendar** (boolean) - **generate_hour_start** (string(date-time)) - **generate_hour_end** (string(date-time)) - **generate_day_of_week** (integer) - **ignored_dates** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **deleted** (boolean) [Powered by Bump.sh](https://bump.sh)