GETADITUS/Ticket purchase & registration/Discovery/Get assortments by event

Get assortments by event

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

This endpoint retrieves the assortments for a specific event.

Request

  • event (string, required): The ID of the event for which assortments are being retrieved.

Response

The response will contain an array of assortments, where each assortment object includes the following properties:

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

  • name (string): The name of the assortment.

  • description (string): The description of the assortment.

  • sort (integer): The sorting order of the assortment.

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

  • configuration (object): An object containing configuration details for the assortment, such as maxNumberOfTicketsPerSale.

Authentication#auth

This endpoint does not require authentication.

Headers#headers

Accept-Language{{LANGUAGE}}

Responses#responses

200OKGet assortments by event