EventimEventGroupDto
Represents a group of related events.
The unique identifier of the event group.
The display label of the event group.
eventAndSessions object[]nullable
The list of events and their sessions within this group.
event objectrequired
Represents an event in the catalog.
Event identifier (ID_Catalog).
Event display name.
Event code for internal reference.
Event start date and time.
Event end date and time.
First additional ticket information line (optional).
Second additional ticket information line (optional).
Third additional ticket information line (optional).
Fourth additional ticket information line (optional).
Producer license number (optional).
Producer name (optional).
Date and time when the event becomes available for sale.
Date and time when the event is no longer available for sale.
Event description or additional details (optional).
Indicates whether the event has an associated poster image.
Indicates whether electronic tickets (e-tickets) are accepted for this event.
Event category (genre), if assigned.
Event subcategory (sous-genre), if assigned.
sessions object[]nullable
The list of sessions (dates/times) for this event.
Event session identifier.
Session start date and time.
Session end date and time.
Date from which the session is available for booking.
Date until which the session is available for booking.
Venue identifier.
Venue map type.
Session type identifier.
{
"eventGroupId": 0,
"label": "string",
"eventAndSessions": [
{
"event": {
"eventId": 0,
"label": "string",
"code": "string",
"startDate": "2024-07-29T15:51:28.071Z",
"endDate": "2024-07-29T15:51:28.071Z",
"ticketInfo1": "string",
"ticketInfo2": "string",
"ticketInfo3": "string",
"ticketInfo4": "string",
"producerLicence": "string",
"producerName": "string",
"availableFrom": "2024-07-29T15:51:28.071Z",
"availableTo": "2024-07-29T15:51:28.071Z",
"description": "string",
"hasPoster": true,
"acceptETicket": true,
"eventCategory": "string",
"eventSubCategory": "string"
},
"sessions": [
{
"eventSessionId": 0,
"startDate": "2024-07-29T15:51:28.071Z",
"endDate": "2024-07-29T15:51:28.071Z",
"availableFrom": "2024-07-29T15:51:28.071Z",
"availableTo": "2024-07-29T15:51:28.071Z",
"venueId": 0,
"venueMapType": "string",
"sessionType": "string",
"taxIdCol1": 0,
"taxIdCol2": 0,
"taxIdCol3": 0,
"taxIdCol4": 0,
"taxIdCol5": 0,
"taxIdCol6": 0,
"taxIdCol7": 0,
"taxIdCol8": 0,
"taxIdCol9": 0,
"hasProducts": true
}
]
}
]
}