Query parameters

  • name string

    Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • token string

    Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • ageGroup string

    Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • This is a bitmask value of the days of the week the event occurs on | Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • This is a bitmask value of the hours an event starts on | Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • endTime string

    Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • created string

    Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • updated string

    Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • Requires access right: PUBLIC, LOGGED_IN, SCOPE

  • deleted boolean

    This property is used to mark an entity as deleted / archived | Requires access right: SCOPE

  • requireAge boolean

    Requires access right: SCOPE

  • Requires access right: SCOPE

  • text to search for in the list

  • name of the order field

  • sorting mode

    Values are DESC or ASC.

  • page integer

    page of the list

    Default value is 0.

  • pageSize integer

    number of entries for each page

    Minimum value is 1, maximum value is 200. Default value is 50.

  • returns the number of pages available as a header if this is set

  • build id of the client

  • package id of the client

Responses

GET /api/event/base_event
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/event/base_event' \
 --header "x-session-token: $API_KEY"
Response examples (200)
[
  {
    "id": 42,
    "token": "string",
    "public_keywords": "string",
    "event_type": "string",
    "age_group": "string",
    "min_age": 42,
    "max_age": 42,
    "min_grade_level": 42,
    "max_grade_level": 42,
    "age_tolerance": 42,
    "event_people_limit": 42,
    "event_people_min_limit": 42,
    "hide_event_people_limit": true,
    "event_people_recovered_vaccinated_limit": 42,
    "event_people_not_recovered_vaccinated_limit": 42,
    "has_wait_list": true,
    "can_sign_up_for_main_event": true,
    "only_sign_up_for_main_event": true,
    "sign_up_limit_days_before": 42,
    "sign_up_limit_stop_days_before": 42,
    "sign_up_delete_hours_before": 42,
    "start_time": "2025-05-04T09:42:00Z",
    "end_time": "2025-05-04T09:42:00Z",
    "require_address": true,
    "require_contact": true,
    "require_billing": true,
    "allow_direct_billing": true,
    "require_age": true,
    "require_grade_level": true,
    "require_free_note_field_ids": "string",
    "generate_new_bookings": true,
    "generate_new_bookings_v2": true,
    "generate_ignore_sys_calendar": true,
    "copy_main_sign_ups_to_booking": true,
    "generate_hour_start": "2025-05-04T09:42:00Z",
    "generate_hour_end": "2025-05-04T09:42:00Z",
    "generate_day_of_week": 42,
    "bitmask_days_of_week": 42,
    "bitmask_hours_start": 42,
    "summarized_date_times": "string",
    "customer_detail_cta": "string",
    "customer_badge": "string",
    "created": "2025-05-04T09:42:00Z",
    "updated": "2025-05-04T09:42:00Z",
    "address": "string",
    "address_street": "string",
    "address_house_number": "string",
    "address_street_level": "string",
    "address_co": "string",
    "address_city": "string",
    "address_zip": "string",
    "address_admin_level1": "string",
    "address_country": "string",
    "address_full_country": "string",
    "address_geo_lat": "string",
    "address_geo_lng": "string",
    "address_external_provider_id": "string",
    "main_phone": "string",
    "main_fax": "string",
    "main_email": "string",
    "website": "string",
    "name": "string",
    "deleted": true,
    "unified_cat_ids": {},
    "unified_cat_names": {},
    "short_identifier": "string",
    "image_url": "string",
    "color": "string",
    "fg_color": "string",
    "slug_identifier": "string"
  }
]