# Returns a list of BaseBooking **GET /api/event/base_booking** ## 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 BaseBooking #### Body: application/json (array[object]) - **company** (object) - **user** (object) - **id** (integer) - **start_time** (string(date-time)) - **end_time** (string(date-time)) - **booking_type** (string) - **booking_status** (string) - **auto_invoice** (boolean) - **waiting** (boolean) - **confirmed** (boolean) - **external** (boolean) - **deletion_reason** (string) - **billed** (boolean) - **invoice** (object) - **performing_person** (object) - **secondary_performing_person** (object) - **participant** (object) - **participant_company_name** (string) - **participant_name** (string) - **participant_first_name** (string) - **participant_last_name** (string) - **participant_address_street_level** (string) - **participant_address_zip** (string) - **participant_address_city** (string) - **participant_address_country** (string) - **participant_number** (string) - **participant_email** (string) - **participant_birthday** (string(date-time)) - **content_type** (object) - **modified_time** (boolean) - **modified_location** (boolean) - **modified_bookable** (boolean) - **modified_performing_person** (boolean) - **event_people_limit** (integer) - **event_people_min_limit** (integer) - **booking_schedule** (object) - **searching_for_performing_person** (boolean) - **base_booking_group** (object) - **direct_billing** (boolean) - **direct_billing_check_date** (string(date-time)) - **direct_billing_token** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **name** (string) - **deleted** (boolean) - **color** (string) - **fg_color** (string) [Powered by Bump.sh](https://bump.sh)