Authorization: Bearer {{TOKEN}}{{TOKEN}} variable is set in your active environment before sending the request.id_region (number, required)2.k_business (string/ID, required)49197.k_event (string/ID, required)446676.status (string)"ok".a_book_available (array)dt_date: Start date/time (server time), e.g. "2025-12-15 14:00:00".s_start: Human-readable local start time, e.g. "Mon, Dec 15 11:00am".k_class_period: Identifier of the specific class period.k_location: Location ID for this occurrence.s_location: Location name, e.g. "Barbie 1".m_price: Price for a single session (string/decimal), e.g. "9.99".i_active, i_active_limit: Counters/limits for active bookings.i_wait, i_wait_limit: Waitlist counters/limits.is_select, is_wait, is_wait_list_unpaid: Flags that indicate selection/waitlist state.a_schedule (array)a_day: Days of week this schedule applies to (e.g. { "1": true } for Monday).dt_start, dt_end: Overall schedule date range.a_staff: Staff array with staff identifiers and display names.k_class_period: Linked class period ID.k_location, s_location: Location identifiers and name.i_duration: Duration in minutes.f_price: Standard price for the schedule.s_time, text_time, text_day: Time and day in human-readable form.a_business_policy (object)i_book_before, i_book_future, i_book_open: Booking window settings.i_cancel, i_cancel_period, i_grace_period: Cancellation and grace-period rules.is_enable_client_cancel, is_multiple_booking, is_book_guest: Feature flags affecting client behavior.can_\\* and is_\\* flags that govern login providers, promotions, contracts, waitlist behavior, and more.a_class_logo, a_staff_logo (objects)a_timezone_info (object)ART, offset, and Olson timezone ID) used to render user-facing dates and times.s_title: Event title, e.g. "Non Block Event".html_description, html_special, xml_description: Event description content in different formats.i_session, i_session_remain: Total vs remaining sessions in the event series.is_bookable, is_full, is_past, is_single_session_buy: Flags indicating if/ how the event can be booked.m_price, m_price_total, m_price_total_early: Pricing information for the event/series.dt_start, dt_end, text_start, text_end: Overall event date range and human-readable equivalents.url_book: Public booking URL for this event, if available.a_book_available to drive the client-side date/time picker and a_business_policy plus a_schedule to enforce booking rules and display supporting details in your UI.curl --location -g --request GET '/v1/event/book/view/element?id_region={{id_region}}&k_business={{k_business}}&k_event=undefined' \
--header 'Content-Type: text/plain' \
--data-raw ''{}