GETADITUS/Ticket purchase & registration/Discovery/Get assortment details by event

Get assortment details by event

GET{{API_BASE_URL}}/shop/v1/discovery/events/:event/assortments/:assortment

This endpoint retrieves the assortment details for a specific event in the shop discovery.

Request

  • event (path parameter): The ID of the event for which the assortment details are to be retrieved.

  • assortment (path parameter): The ID of the assortment for which details are to be retrieved.

Response

  • articleGroups:

    • id (string)

    • name (string)

    • description (string)

    • sort (integer)

    • isExpanded (boolean)

    • configuration:

      • maxNumberOfTicketsPerSale (integer)
  • id (string)

  • name (string)

  • description (string)

  • sort (integer)

  • isDefault (boolean)

  • configuration

Authentication#auth

This endpoint does not require authentication.

Headers#headers

Accept-Language{{LANGUAGE}}

Responses#responses

200OKGet assortment details by event