Events

Event objects represent an Event where tickets can be purchased for. Extended periods, like a season, are also represented through an event.

Endpoints

The Event object

Attributes

_id
Required
string

The ID of the event

name
Required
string

The name of the event

start
Required
string date-time

An ISO timestamp indicating when the event starts

end
Required
string date-time

An ISO timestamp indicating when the event ends

maxAmount
Required
number float

Maximum amount of tickets of the event

maxAmountPerOrder
Required
number float

Maximum amount of tickets per order of the event

Optional Attributes

Collapse all
Was this section helpful?
YesNo
Example
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}

Create an Event

Payload

name
Required
string
description
Required
string

Optional Attributes

Collapse all
slogan
Optional
string
locationName
Optional
string
locationStreet
Optional
string
locationCity
Optional
string
locationPostal
Optional
string
locationCountry
Optional
string
image
Optional
string
ticketFooter
Optional
string
ticketShopHeader
Optional
string
timezone
Optional
string
sellStart
Optional
string date-time
sellEnd
Optional
string date-time
maxAmount
Optional
number float
maxAmountPerOrder
Optional
number float
maxAmountPerCustomer
Optional
number float
maxTransactionsPerCustomer
Optional
number float
minAmountPerOrder
Optional
number float
customerTags
Optional
array<string>
showCountdown
Optional
boolean
hideInListing
Optional
boolean
visibleAfter
Optional
string date-time
customSettings
Optional
object
accentColor
Optional
string
pageStyle
Optional
string
showOtherEvents
Optional
boolean
seating
Optional
object
eventType
Optional
string
extraInformation
Optional
object
customCharges
Optional
object
video
Optional
object
ticketDesign
Optional
object
checkinInformation
Optional
object
tracking
Optional
object
hardTicketSettings
Optional
object
venueId
Optional
string
customTextConfig
Optional
object
documentTemplateSettings
Optional
object
dataRequestSettings
Optional
object
Responses
201
Created
400
Bad Request
401
Unauthorized

Was this section helpful?

YesNo
post
/api/events
{
"name": "string",
"description": "string",
"slogan": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"groups": [
"string"
],
"discountGroups": [
"string"
],
"posDiscounts": [
"string"
],
"categories": [
"string"
],
"tickets": [
"string"
],
"image": "string",
"ticketFooter": "string",
"ticketShopHeader": "string",
"start": [],
"end": [],
"timezone": "string",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"pricingSettings": {
"priceTableId": "string",
"priceTableTierId": "string",
"dynamicPricing": {
"enabled": true
}
},
"taxSettings": {
"defaultTicketTaxServiceTypeId": "string"
},
"rebookingSettings": {
"rebookingStrategyId": "string"
},
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 10.5,
"customerTags": [
"string"
],
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
"string"
],
"ticketExtraFields": [
"string"
],
"accentColor": "string",
"pageStyle": "string",
"showOtherEvents": true,
"underShops": [
"string"
],
"seating": {},
"eventType": "string",
"extraInformation": {},
"customCharges": {},
"gallery": [
"string"
],
"video": {},
"ticketDesign": {},
"checkinInformation": {},
"tracking": {},
"hardTicketSettings": {},
"venueId": "string",
"customTextConfig": {},
"documentTemplateSettings": {},
"dataRequestSettings": {},
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
],
"ticketSettings": {
"upgradeSettings": {
"enabled": "ENABLED",
"underShopMapping": [
{
"type": "tag",
"tag": "string",
"underShopId": "string"
}
]
}
},
"meta": {}
}
Response
application/json
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}

Get an Event

Query

No supported query parameters
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
get
/api/events/{id}
Response
application/json
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}

Update an Event

Payload

Optional Attributes

Collapse all
name
Optional
string
description
Optional
string
slogan
Optional
string
locationName
Optional
string
locationStreet
Optional
string
locationCity
Optional
string
locationPostal
Optional
string
locationCountry
Optional
string
image
Optional
string
ticketFooter
Optional
string
ticketBackground
Optional
string
ticketShopHeader
Optional
string
start
Optional
string date-time
end
Optional
string date-time
timezone
Optional
string
sellStart
Optional
string date-time
sellEnd
Optional
string date-time
maxAmount
Optional
number float
maxAmountPerOrder
Optional
number float
maxAmountPerCustomer
Optional
number float
maxTransactionsPerCustomer
Optional
number float
minAmountPerOrder
Optional
number float
customerTags
Optional
array<string>
showCountdown
Optional
boolean
hideInListing
Optional
boolean
visibleAfter
Optional
string date-time
customSettings
Optional
object
accentColor
Optional
string
pageStyle
Optional
string
showOtherEvents
Optional
boolean
seating
Optional
object
eventType
Optional
string
url
Optional
string
seoSettings
Optional
object
extraInformation
Optional
object
customCharges
Optional
object
video
Optional
object
ticketDesign
Optional
object
checkinInformation
Optional
object
tracking
Optional
object
hardTicketSettings
Optional
object
venueId
Optional
string
customTextConfig
Optional
object
upsellSettings
Optional
object
documentTemplateSettings
Optional
object
daySchemeId
Optional
string
feeSettings
Optional
object
subscriptionSettings
Optional
object
dataRequestSettings
Optional
object
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
put
/api/events/{id}
{
"name": "string",
"description": "string",
"slogan": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"groups": [
"string"
],
"discountGroups": [
"string"
],
"posDiscounts": [
"string"
],
"rules": [
"string"
],
"categories": [
"string"
],
"tickets": [
{
"barcodePrefix": "string"
}
],
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"timezone": "string",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"pricingSettings": {
"priceTableId": "string",
"priceTableTierId": "string",
"dynamicPricing": {
"enabled": true
}
},
"taxSettings": {
"defaultTicketTaxServiceTypeId": "string"
},
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 10.5,
"customerTags": [
"string"
],
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
"string"
],
"ticketExtraFields": [
"string"
],
"accentColor": "string",
"pageStyle": "string",
"showOtherEvents": true,
"underShops": [
"string"
],
"seating": {},
"eventType": "string",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {},
"extraInformation": {},
"customCharges": {},
"gallery": [
"string"
],
"video": {},
"ticketDesign": {},
"checkinInformation": {},
"tracking": {},
"hardTicketSettings": {},
"venueId": "string",
"customTextConfig": {},
"upsellSettings": {},
"documentTemplateSettings": {},
"resources": [],
"daySchemes": [],
"daySchemeId": "string",
"feeSettings": {},
"subscriptionSettings": {},
"accessListMapping": [
"string"
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"dataRequestSettings": {},
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
],
"ticketSettings": {
"upgradeSettings": {
"enabled": "ENABLED",
"underShopMapping": [
{
"type": "tag",
"tag": "string",
"underShopId": "string"
}
]
}
},
"meta": {}
}
Response
application/json
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}

Delete an Event

Query

No supported query parameters
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
delete
/api/events/{id}
Response
application/json
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}

Duplicate an Event

Payload

One of
Only one of the following types
_id
Required
string
name
Required
string

Optional Attributes

Collapse all
image
Optional
string
duplicateContingents
Optional
boolean
revisionId
Optional
string
seatMapId
Optional
string
Responses
201
Created
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
post
/api/events/duplicate
{
"_id": "string",
"eventType": "ROOT",
"image": "string",
"name": "string",
"duplicateContingents": true,
"revisionId": "string",
"seatMapId": "string",
"start": [],
"end": [],
"sellStart": [],
"sellEnd": []
}
Response
application/json
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}

Set the seating event id of an event

Payload

seatMapId
Required
string
revisionId
Required
string
Responses
200
OK
400
Bad Request
401
Unauthorized

Was this section helpful?

YesNo
post
/api/events/{id}/seating
{
"seatMapId": "string",
"revisionId": "string"
}
Response
application/json

Get all Events

Query

name
Optional
string
start
Optional
string date-time
end
Optional
string date-time
sortDir
Optional
number float
1-1
rootId
Optional
string
type
Optional
One of
Only one of the following types
sellerId
Optional
string
groupEventId
Optional
string
salesChannelId
Optional
string
childEvents
Optional
One of
Only one of the following types
updatedAt
Optional
object

Optional Attributes

Collapse all
createdAt
Optional
object

Optional Attributes

Collapse all
top
Optional
integer

A limit on the number of objects to be returned. Can range between 1 and 1000.

skip
Optional
integer

The number of objects to skip for the requested result

Responses
200
OK
400
Bad Request
401
Unauthorized

Was this section helpful?

YesNo
get
/api/events
Response
application/json
{
"rows": [
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}
],
"total": 1
}

Get Event parents

Query

No supported query parameters
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
get
/api/events/{id}/parents
Response
application/json
[
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}
]

The Event Info object

You can retrieve the Event info object with the Get Event info endpoint. This API provides information about how and with which settings you sell an event's tickets.

Attributes

_id
Required
string

The ID of the event

name
Required
string

The name of the event

start
Required
string date-time

An ISO timestamp indicating when the event starts

end
Required
string date-time

An ISO timestamp indicating when the event ends

Optional Attributes

Collapse all
cXv
Optional
number float
cXf
Optional
number float
ccXf
Optional
number float
stripe_api_key
Optional
string
ticketShopHeaderText
Optional
string
Was this section helpful?
YesNo
Example
{
"_id": "string",
"name": "string",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"url": "string",
"slogan": "string",
"description": "string",
"locationName": "string",
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"image": "string",
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"video": {
"youtubeID": "string"
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"accentColor": "#006DCC",
"sellerId": "string",
"sellStart": "2030-01-23T23:00:00.123Z",
"ticketShopHeader": "string",
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"reservationSettings": {
"option": "noReservations"
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"customSettings": {},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"saleStatus": "onSale",
"underShopId": "string",
"unlockMode": "none",
"channelId": "string",
"seatingEventId": "string",
"seatingChildEventIds": [
"string"
],
"seatingConfigurations": {},
"contingents": [
"string"
],
"theme": "string",
"taxRate": 10.5,
"max": 10.5,
"min": 10.5,
"v": 10.5,
"cXv": 10.5,
"cXf": 10.5,
"ccXf": 10.5,
"startingPrice": "string",
"showTimeRangeInTicket": true,
"showTimeRangeInListing": true,
"showCountdown": true,
"showOtherEvents": true,
"accountsModule": true,
"stripe_api_key": "string",
"currency": "EUR",
"seller": {
"name": "string",
"description": "string",
"image": "string",
"documentImage": "string",
"url": "string",
"supportUrl": "string",
"customLogo": "string",
"defaultLanguage": "string"
},
"timezone": "string",
"location": {
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
}
},
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"ticketShopHeaderText": "string",
"tickets": [
{
"id": "string",
"v": 10.5,
"name": "string",
"price": 10.5,
"color": "string",
"description": "string",
"active": true,
"categoryRef": "string",
"requiresPersonalization": true,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"ignoreForMaxAmounts": true,
"conditionalAvailability": true,
"conditionalAvailabilityMode": "blockAddToCart",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"outerChargeFix": 10.5,
"innnerChargeFix": 10.5,
"dynamicFees": [
{}
],
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"subscriptionSettings": {},
"priceTableTypeId": "string",
"meta": {}
}
]
}
PUBLIC

Get Event info

Query

web
Optional
string
underShop
Optional
string
pos
Optional
boolean
channel
Optional
string
locale
Optional
string

Get the info for a specific language

Responses
200
OK
400
Bad Request
404
Not Found

Was this section helpful?

YesNo
get
/api/events/info/{id}
Response
application/json
{
"_id": "string",
"name": "string",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"url": "string",
"slogan": "string",
"description": "string",
"locationName": "string",
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"image": "string",
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"video": {
"youtubeID": "string"
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"accentColor": "#006DCC",
"sellerId": "string",
"sellStart": "2030-01-23T23:00:00.123Z",
"ticketShopHeader": "string",
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"reservationSettings": {
"option": "noReservations"
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"customSettings": {},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"saleStatus": "onSale",
"underShopId": "string",
"unlockMode": "none",
"channelId": "string",
"seatingEventId": "string",
"seatingChildEventIds": [
"string"
],
"seatingConfigurations": {},
"contingents": [
"string"
],
"theme": "string",
"taxRate": 10.5,
"max": 10.5,
"min": 10.5,
"v": 10.5,
"cXv": 10.5,
"cXf": 10.5,
"ccXf": 10.5,
"startingPrice": "string",
"showTimeRangeInTicket": true,
"showTimeRangeInListing": true,
"showCountdown": true,
"showOtherEvents": true,
"accountsModule": true,
"stripe_api_key": "string",
"currency": "EUR",
"seller": {
"name": "string",
"description": "string",
"image": "string",
"documentImage": "string",
"url": "string",
"supportUrl": "string",
"customLogo": "string",
"defaultLanguage": "string"
},
"timezone": "string",
"location": {
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
}
},
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"ticketShopHeaderText": "string",
"tickets": [
{
"id": "string",
"v": 10.5,
"name": "string",
"price": 10.5,
"color": "string",
"description": "string",
"active": true,
"categoryRef": "string",
"requiresPersonalization": true,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"ignoreForMaxAmounts": true,
"conditionalAvailability": true,
"conditionalAvailabilityMode": "blockAddToCart",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"outerChargeFix": 10.5,
"innnerChargeFix": 10.5,
"dynamicFees": [
{}
],
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"subscriptionSettings": {},
"priceTableTypeId": "string",
"meta": {}
}
]
}
PUBLIC

Get more Events

Query

locale
Optional
string

Get the info for a specific language

Responses
200
OK
400
Bad Request
404
Not Found

Was this section helpful?

YesNo
get
/api/events/{eventId}/recommendations
Response
application/json
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}

The Public Event object

Attributes

_id
Required
string

The ID of the event

name
Required
string

The name of the event

start
Required
string date-time

An ISO timestamp indicating when the event starts

end
Required
string date-time

An ISO timestamp indicating when the event ends

Optional Attributes

Collapse all
Was this section helpful?
YesNo
Example
{
"_id": "string",
"sellerId": "string",
"meta": {},
"eventType": "SINGLE",
"name": "string",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"url": "string",
"slogan": "string",
"description": "string",
"image": "string",
"pageStyle": "white",
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"video": {
"youtubeID": "string"
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"accentColor": "#006DCC",
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"showCountdown": true,
"showOtherEvents": true,
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"reservationSettings": {
"option": "noReservations"
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"timezone": "string",
"ticketSettings": {},
"rootId": "string",
"customSettings": {},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"category": "string",
"subCategory": "string",
"showTimeRangeInTicket": true,
"showTimeRangeInListing": true,
"showStartDate": true,
"showStartTime": true,
"showEndDate": true,
"showEndTime": true,
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"location": {
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
}
}
}
PUBLIC

Get Public Event

Query

locale
Optional
string

Get the event for a specific language

Responses
200
OK
400
Bad Request
404
Not Found

Was this section helpful?

YesNo
get
/api/public/events/{id}
Response
application/json
{
"_id": "string",
"sellerId": "string",
"meta": {},
"eventType": "SINGLE",
"name": "string",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"url": "string",
"slogan": "string",
"description": "string",
"image": "string",
"pageStyle": "white",
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"video": {
"youtubeID": "string"
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"accentColor": "#006DCC",
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"showCountdown": true,
"showOtherEvents": true,
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"reservationSettings": {
"option": "noReservations"
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"timezone": "string",
"ticketSettings": {},
"rootId": "string",
"customSettings": {},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"category": "string",
"subCategory": "string",
"showTimeRangeInTicket": true,
"showTimeRangeInListing": true,
"showStartDate": true,
"showStartTime": true,
"showEndDate": true,
"showEndTime": true,
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"location": {
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
}
}
}

The Public Listing Event object

You can retrieve a list of public listing event objects with the Get public listings events endpoint. This API provides information about your public listing events.

Attributes

_id
Required
string

The ID of the event

name
Required
string

The name of the event

start
Required
string date-time

An ISO timestamp indicating when the event starts

end
Required
string date-time

An ISO timestamp indicating when the event ends

Optional Attributes

Collapse all
Was this section helpful?
YesNo
Example
{
"_id": "string",
"url": "string",
"name": "string",
"image": "string",
"slogan": "string",
"sellerId": "string",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"meta": {},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"daySchemeId": "string",
"rootId": "string",
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"customSettings": {},
"ticketSettings": {},
"underShopId": "string",
"startingPrice": "string",
"showStartDate": true,
"showEndDate": true,
"showTimeRangeInListing": true,
"availabilityIndicator": "green",
"currency": "EUR",
"saleStatus": "onSale",
"timezone": "string",
"category": "string",
"subCategory": "string"
}
PUBLIC

Get public listing events

Query

top
Optional
number float
skip
Optional
number float
startMin
Optional
string date-time
startMax
Optional
string date-time
endMin
Optional
string date-time
endMax
Optional
string date-time
sectionURL
Optional
string
venueId
Optional
string
sellerId
Optional
string
orgId
Optional
string
rootId
Optional
One of
Only one of the following types
Optional
array<string>
groupEventId
Optional
string
eventIds
Optional
array<string>
sortBy
Optional
string
start
sortOrder
Optional
string
ASCDESC
visibleInListing
Optional
boolean
showStartDate
Optional
boolean
locale
Optional
string

Get the info for a specific language

eventType
Optional
string
SINGLEGROUPRECURRENCE
Responses
200
OK
400
Bad Request
404
Not Found

Was this section helpful?

YesNo
get
/api/events/public/listings
Response
application/json
[
{
"_id": "string",
"url": "string",
"name": "string",
"image": "string",
"slogan": "string",
"sellerId": "string",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"meta": {},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"daySchemeId": "string",
"rootId": "string",
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"customSettings": {},
"ticketSettings": {},
"underShopId": "string",
"startingPrice": "string",
"showStartDate": true,
"showEndDate": true,
"showTimeRangeInListing": true,
"availabilityIndicator": "green",
"currency": "EUR",
"saleStatus": "onSale",
"timezone": "string",
"category": "string",
"subCategory": "string"
}
]

Add Recurrences

Payload

One of
Only one of the following types
unit
Required
string
WEEK
repeatsOn
Required
array<string>

Optional Attributes

Collapse all
every
Optional
integer
from
Optional
string date-time
to
Optional
string date-time
startTime
Optional
string date-time
endTime
Optional
string date-time
checkinStartOffset
Optional
integer
checkinStartTime
Optional
string date-time
daySchemeId
Optional
string
priceTableTierId
Optional
string
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
post
/api/events/{id}/recurrences
{
"every": 1,
"unit": "WEEK",
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z",
"startTime": "2030-01-23T23:00:00.123Z",
"endTime": "2030-01-23T23:00:00.123Z",
"sellDatesStrategy": "RELATIVE",
"sellStartAt": [],
"sellEndAt": [],
"sellStartOffset": [],
"sellEndOffset": [],
"sellStartTime": [],
"sellEndTime": [],
"checkinStartOffset": 1,
"checkinStartTime": "2030-01-23T23:00:00.123Z",
"daySchemeId": "string",
"priceTableTierId": "string",
"repeatsOn": [
"string"
]
}
Response
application/json
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}

Decouple event

Query

No supported query parameters
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
post
/api/events/{id}/decouple
Response
application/json
{
"_id": "string",
"sellerId": "string",
"name": "string",
"slogan": "string",
"venueId": "string",
"description": "string",
"locationName": "string",
"locationStreet": "string",
"locationCity": "string",
"locationPostal": "string",
"locationCountry": "string",
"image": "string",
"ticketFooter": "string",
"ticketBackground": "string",
"ticketShopHeader": "string",
"groups": [
{
"_id": "string",
"name": "string",
"tickets": [
"string"
]
}
],
"discountGroups": [
{
"_id": "string",
"name": "string",
"rules": [
{
"_id": "string",
"group": "string",
"type": "ticketGroups",
"min": 10.5,
"max": 10.5
}
],
"discountType": "fix",
"value": 10.5
}
],
"cartAutomationRules": [
{
"_id": "string",
"name": "string",
"triggerType": "hasBeenAdded",
"triggerTargetGroup": "string",
"thenType": "autoAdd",
"thenTargets": [
{
"_id": "string",
"thenTargetGroup": "string",
"thenTargetMin": 10.5,
"thenTargetMax": 10.5
}
]
}
],
"posDiscounts": [
{
"_id": "string",
"name": "string",
"discountType": "fix",
"value": 10.5
}
],
"categories": [
{
"_id": "string",
"name": "string",
"description": "string",
"seatingReference": "string",
"ref": "string",
"amount": 10.5,
"active": true,
"recommendedTicket": "string",
"maxAmountPerOrder": 10.5,
"listWithoutSeats": true
}
],
"tickets": [
{
"_id": "string",
"name": "string",
"description": "string",
"image": "string",
"color": "string",
"price": 10.5,
"amount": 10.5,
"active": true,
"posActive": true,
"categoryRef": "string",
"ignoredForStartingPrice": true,
"conditionalAvailability": true,
"ticketBackground": "string",
"rules": [
{
"_id": "string",
"ticketGroup": "string",
"min": 10.5,
"max": 10.5
}
],
"requiresPersonalization": true,
"requiresPersonalizationMode": "ENABLED",
"requiresExtraFields": true,
"requiresExtraFieldsMode": "ENABLED",
"repersonalizationFee": 10.5,
"sortingKey": 10.5,
"enableHardTicketOption": true,
"forceHardTicketOption": true,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 10.5,
"minAmountPerOrderRule": 10.5,
"taxRate": 10.5,
"styleOptions": {},
"priceCategoryId": "string",
"entryPermissions": [],
"ignoreForMaxAmounts": true,
"expirationSettings": {},
"barcodePrefix": "string",
"salesStart": {
"target": "string",
"unit": "hours",
"offset": 1
},
"salesEnd": {
"target": "string",
"unit": "hours",
"offset": 1
},
"transferSettings": {},
"scanSettings": {
"feedback": "highlight"
},
"meta": {}
}
],
"createdAt": "2030-01-23T23:00:00.123Z",
"updatedAt": "2030-01-23T23:00:00.123Z",
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"maxAmountPerCustomer": 10.5,
"maxTransactionsPerCustomer": 10.5,
"minAmountPerOrder": 1,
"showCountdown": true,
"hideInListing": true,
"visibleAfter": "2030-01-23T23:00:00.123Z",
"customSettings": {},
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"ticketExtraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"accentColor": "#006DCC",
"pageStyle": "white",
"showOtherEvents": true,
"underShops": [
{
"_id": "string",
"name": "string",
"active": true,
"tickets": [
{
"_id": "string",
"baseTicket": "string",
"name": "string",
"description": "string",
"price": 10.5,
"amount": 10.5,
"active": true
}
],
"sellStart": "2030-01-23T23:00:00.123Z",
"sellEnd": "2030-01-23T23:00:00.123Z",
"maxAmount": 10.5,
"maxAmountPerOrder": 10.5,
"minAmountPerOrder": 1,
"maxTransactionsPerCustomer": 10.5,
"ticketShopHeaderText": "string",
"customCharges": {},
"seatingContingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true,
"allowMassBooking": true
},
"reservationSettings": {
"option": "noReservations"
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"customerTags": [],
"allowMassDownload": true,
"inventoryStrategy": "independent",
"extraFields": [
{
"_id": "string",
"name": "string",
"description": "string",
"required": true,
"deleted": true,
"type": "text",
"options": [
"string"
],
"onlyForCertainTicketTypes": true,
"allowedTicketTypes": [],
"printable": true,
"conditions": [
{
"_id": "string",
"baseSlug": "string",
"value": [],
"operator": "equals"
}
]
}
],
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"unlockMode": "none"
}
],
"seating": {
"_id": "string",
"active": true,
"eventKey": "string",
"eventId": "string",
"seatMapId": "string",
"revisionId": "string",
"orphanConfiguration": {
"_id": "string",
"minSeatDistance": 2,
"edgeSeatsOrphaning": true
},
"contingents": [
"string"
],
"availabilityMode": "default",
"bestAvailableSeatingConfiguration": {
"enabled": true,
"enforced": true
}
},
"customTextConfig": {
"_id": "string",
"buyTicketsCTA": "string"
},
"eventType": "SINGLE",
"childEvents": [
"string"
],
"url": "string",
"tags": [
"string"
],
"seoSettings": {
"_id": "string",
"tags": [
"string"
],
"noIndex": true,
"title": "string",
"description": "string"
},
"extraInformation": {
"_id": "string",
"type": "string",
"category": "string",
"subCategory": "string"
},
"customCharges": {
"_id": "string",
"outerChargeVar": 10.5,
"innerChargeVar": 10.5,
"outerChargeFix": 10.5,
"innerChargeFix": 10.5,
"posOuterChargeFix": 10.5,
"posOuterChargeVar": 10.5,
"cartOuterChargeFix": 10.5
},
"gallery": [
{
"_id": "string",
"title": "string",
"description": "string",
"copyright": "string",
"index": 10.5,
"image": "string"
}
],
"video": {
"youtubeID": "string"
},
"soldOutFallback": {
"_id": "string",
"soldOutFallbackType": "default",
"soldOutFallbackLink": "string"
},
"ticketDesign": {
"_id": "string",
"useCustomDesign": true,
"customDesignURL": "string",
"footerDesignURL": "string",
"disclaimer": "string",
"infoColor": "string",
"showTimeRange": true,
"hideDates": true,
"hideTimes": true
},
"checkinInformation": {
"_id": "string",
"checkinStarts": "2030-01-23T23:00:00.123Z"
},
"tracking": {
"facebookPixel": {
"active": true,
"pixelId": "string"
},
"tagging": {
"enabled": true,
"tags": [
"string"
]
}
},
"hardTicketSettings": {
"_id": "string",
"enabled": true,
"fulfillmentType": "self",
"printingMethod": "preprinted",
"hardTicketOuterCharge": 10.5,
"hardTicketInnerCharge": 10.5,
"hardTicketPreviewURL": "string",
"promotionName": "string",
"promotionText": "string",
"requiredDays": 1
},
"dataRequestSettings": {
"requiresPersonalization": false,
"requiresExtraFields": false,
"repersonalization": false,
"posPersonalization": "noPersonalization"
},
"styleOptions": {
"headerStyle": "default",
"hideLocationMap": false,
"hideLocationAddress": false,
"categoryAlignment": 0,
"showAvailabilityIndicator": false,
"availabilityIndicatorThresholds": [
0.3,
0.7
]
},
"geoCode": {
"_id": "string",
"lat": 10.5,
"lng": 10.5
},
"accountSettings": {
"_id": "string",
"enforceAccounts": true,
"enforceAuthentication": "DISABLED"
},
"reservationSettings": {
"option": "noReservations"
},
"upsellSettings": {
"_id": "string",
"active": true,
"productStream": "string",
"headerImage": "string",
"crossSells": {
"eventIds": [
"string"
]
}
},
"repetitionSettings": [
{
"every": 10.5,
"unit": "DAY",
"repeatsOn": [
"SUNDAY"
],
"from": "2030-01-23T23:00:00.123Z",
"to": "2030-01-23T23:00:00.123Z"
}
],
"rootId": "string",
"resources": [
{
"_id": "string",
"name": "string",
"capacity": 10.5
}
],
"daySchemes": [
{
"_id": "string",
"name": "string",
"color": "string",
"usesSlots": true,
"slots": [
{
"_id": "string",
"start": "string",
"amount": 1,
"offers": {}
}
],
"offers": {}
}
],
"daySchemeId": "string",
"ticketSettings": {},
"accessListMapping": [
{
"listId": "string",
"ticketTypeId": "string"
}
],
"deliverySettings": {
"wallet": {
"enabled": "ENABLED",
"nfc": "ENABLED",
"seasonCardShowNextEvent": true
},
"pdf": {
"enabled": "ENABLED"
}
},
"meta": {},
"timezone": "string",
"salesChannelGroupSettings": [
{
"salesChannelGroupId": "string"
}
],
"timeSlots": [
{
"_id": "string",
"startTime": {
"hour": 1,
"minute": 1
},
"refs": [
{
"refType": "category",
"categoryRef": "string"
}
]
}
]
}