Eventjet GraphQL API documentation

event

Get an event by its ID (Event.id).

Authorization is required; a request without credentials fails with an error.

Resolves to null if no event with the given ID exists, if the event is hosted by an organizer the authenticated account is not connected to, or if the account is connected to no organizer at all.

Event IDs come from events or Company.events. For the storefront view of an event, use Shop.event, which resolves a ShopEvent and needs no authorization.

Arguments

ArgumentDescriptionType
idID!

Type

This field resolves to Event, which has the following fields:

FieldDescriptionType
canceledAtDate
categoryEventCategory
dates[ Event! ]!
descriptionString
earliestStartThe start of the event or the earliest start of any of its dates.Date
hasSeatmapsWhether this event has any seatmaps.Boolean!
hostThe organizer of this event.Host!
idID!
imageImage
isDateBoolean!
isHidingEndDateIf true, clients should not display the end date of the event.Boolean
isPrototypeBoolean!
labelString
latestEndThe end of the event or the latest end of any of its dates.Date
nameString!
periodPeriod!
prototypeEvent
salesStartThe date and time when tickets for the event become available for purchase.Instant
seatmapResolves to the `Seatmap` with the given ID for this event, or `null` if not found.Seatmap
seatmapsAll seatmaps for this event.[ Seatmap! ]!
shopUrlUrl
ticketTypesResolves to ticket types for this event that are available for sale in the `HOST_SHOP` channel.[ TicketType! ]!
venueVenue