latestOpenAPI 3.0.32026-08-215925112.0 MB

36be0dca14e7

api
access-lists

Get an Access List Entry's Ticket

get/api/access-lists/entries/{externalCode}/ticket

Path parameters

externalCodestring required

Query parameters

eventIdstring required

The ID of the event to get a ticket for

Headers

tokenstring required

The token to authenticate against the access-control endpoints.

Response

OK

sellerIdstring required

The ID of the seller that ticket belongs to.

namestring

The name of the ticket owner

firstnamestring

The first name of the ticket owner

lastnamestring

The last name of the ticket owner

emailstring
streetstring
line2string

The additional address field of the user of the ticket

citystring
postalstring
statestring

The state of the user of the ticket

countrystring

The country of the user of the ticket

eventIdstring required

The ID of the event the ticket belongs to

categoryRefstring

A UUID of the category the ticket belongs to.

ticketTypeIdstring required

The ID of the ticket type this ticket inherits from

ticketNamestring required

The name of the ticket type this ticket inherits from

categoryNamestring

The name of the category the ticket belongs to.

regularPricenumber float

The original non discounted price for the ticket

realPricenumber float

The real price for the ticket

completedboolean

Whether all steps for validating the ticket has been made

createdAtstring date-time required

An ISO Timestamp indicating when the ticket was created.

updatedAtstring date-time required

An ISO Timestamp indicating when the ticket was updated.

status'VALID' | 'INVALID' | 'RESERVED' | 'DETAILSREQUIRED' | 'BLANK' required

The status of the ticket

secretstring required

The secret token of the ticket

barcodestring required

The barcode of the ticket

seatstring
type'SINGLE' | 'MULTI'

The type of the ticket

origin'yourticket' | 'pos' | 'rebooking' | 'upgrade' | 'subscription' | 'transfer'
extraFieldsobject

A hashmap of extra fields for the ticket

deliveryType'HARD' | 'VIRTUAL'

The delivery type of the ticket

transactionIdstring

The transaction the ticket originated from

batchCounternumber float

A counter indicating the order of the ticket in the batch

slotIdstring

The ID of the time slot this ticket belongs to, if exists

slotStartTimestring

The start time of the time slot this ticket belongs to, if exists.

personalizedboolean
barcodeRevealedboolean

Whether the ticket barcode revealed.

codeDisplay'BARCODE' | 'QRCODE' | 'HIDE' required

How the ticket code is displayed.

barcodeRevealDatestring date-time

The date on which the ticket barcode will be revealed.