Get Tickets

Obtains the detailed ticket information for a confirmed reservation identified by its token. Clients use this endpoint to retrieve ticket details such as ticket numbers, validity periods, and any other pertinent information needed for ticket delivery or display.

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

tokenstringRequired
A unique token that identifies a ticket reservation

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-api-versiondateOptional

Used for API versioning. More details.

Query parameters

storeCodestringOptional

A unique identifier for a store - a logical grouping defining a subset of ticket items. This is used to filter the list of ticket items returned by the API. When left empty, the API will use the default store code.

Response

This endpoint returns a list of objects.
ticketIdUUID
The unique identifier of a ticket
ticketNumberstring
The unique identifier of a ticket
reservationTokenstring
A unique token that identifies a ticket reservation
itemNumberstring
An item or product number defined in the ticketing system
validFromdatetime
validUntildatetime
issuedAtdatetime
The date and time when the ticket was issued
blockedboolean
contentlist of objects
descriptionobject
Descriptive information about a ticket item. The source of these fields are configurable.
pinCodestring or null
A pin code for the ticket, used for validation when rescheduling or revoking a confirmed ticket
unitPricedouble or null
unitPriceInclVatdouble or null
currencyCodestring or null
ticketHolderstring or null

The name of the person holding the ticket(s)

notificationAddressstring or null
The email address or mobile phone number to send tickets and notifications to
printCountinteger or null
printedAtdatetime or null