Get events

GET{{API_BASE_URL}}/shop/v1/discovery/events?$expand=all

This endpoint retrieves a list of discovery events.

Request

No request body is required for this request.

Response

  • data (array) - An array containing objects with details about the discovery events.

    • id (string) - The ID of the event.

    • name (string) - The name of the event.

    • year (string) - The year of the event.

    • number (string) - The event number.

    • slug (string) - The slug of the event.

    • description (string) - The description of the event, if available.

    • dateTimeSpan (object) - An object containing the start and end date and time of the event.

      • start (string) - The start date and time of the event.

      • end (string) - The end date and time of the event.

    • icon (object) - An object containing details about the event icon.

      • key (string) - The key of the icon.

      • uri (string) - The URI of the icon.

      • type (string) - The type of the icon.

      • background (string) - The background of the icon.

    • logo (object) - An object containing details about the event logo.

      • key (string) - The key of the logo.

      • uri (string) - The URI of the logo.

      • type (string) - The type of the logo.

      • background (string) - The background of the logo.

    • sort (number) - The sorting order of the event.

    • isRegistrationAvailable (boolean) - Indicates if registration is available for the event.

    • isSalesAvailable (boolean) - Indicates if sales are available for the event.

    • publicRegistration (object) - An object containing details about public registration.

      • isAvailable (boolean) - Indicates if public registration is available.

      • assortments (array) - An array of assortments available for the event.

        • id (string) - The ID of the assortment.

        • name (string) - The name of the assortment, if available.

        • description (string) - The description of the assortment, if available.

        • sort (number) - The sorting order of the assortment.

        • isDefault (boolean) - Indicates if the assortment is the default.

        • configuration (object) - An object containing configuration details of the assortment.

          • maxNumberOfTicketsPerSale (number) - The maximum number of tickets per sale for the assortment.
    • currency (string) - The currency used for the event.

Authentication#auth

This endpoint does not require authentication.

Headers#headers

Accept-Language{{LANGUAGE}}

Query parameters#query

$expandalloptional

Responses#responses

200OKGet events
200OKGet events