# Returns a list of public deleted BaseBooking **GET /api/event/public/deleted_event_bookings** ## 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: PUBLIC_LIST - **baseLocation** (string) Requires access right: PUBLIC_LIST - **baseEvent** (string) Requires access right: PUBLIC_LIST - **baseBookable** (string) Requires access right: PUBLIC_LIST - **secondaryBaseBookable** (string) Requires access right: PUBLIC_LIST - **baseBookable---secondaryBaseBookable** (string) Requires access right: PUBLIC_LIST - **user** (string) Requires access right: PUBLIC_LIST - **startTime** (string) Requires access right: PUBLIC_LIST - **endTime** (string) Requires access right: PUBLIC_LIST - **color** (string) Requires access right: PUBLIC_LIST - **billed** (boolean) Requires access right: PUBLIC_LIST - **waiting** (boolean) Requires access right: PUBLIC_LIST - **bookingType** (string) Requires access right: PUBLIC_LIST - **contentType** (string) Requires access right: PUBLIC_LIST - **bookingStatus** (string) Requires access right: PUBLIC_LIST - **addonData_publicDeleted** (string) Requires access right: PUBLIC_LIST - **addonData_addressAutoCompleteType** (string) Requires access right: PUBLIC_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 public deleted BaseBooking #### Body: application/json (array[object]) - **id** (integer) - **start_time** (string(date-time)) - **end_time** (string(date-time)) - **booking_type** (string) - **booking_status** (string) - **external** (boolean) - **performing_person** (object) - **secondary_performing_person** (object) - **modified_time** (boolean) - **modified_location** (boolean) - **modified_bookable** (boolean) - **modified_performing_person** (boolean) - **searching_for_performing_person** (boolean) - **created** (string(date-time)) - **updated** (string(date-time)) - **name** (string) - **deleted** (boolean) - **color** (string) - **fg_color** (string) [Powered by Bump.sh](https://bump.sh)