Get Ticketing Holder Data

This API used to get ticketing holder data associated with the specified the ticketId and event.
This API can be access by event admin and super admin. It will return data like ticketingFee, firstName, lastName, paidAmount, ticketType, bundleType, paidAmount and many others.
To call this API, user have to pass query param with API URL like ticketId and authentication key to authenticate user.

Here is the description of response attributes, which returns to the form of JSON.

AttributeDescription
firstName It's contains the first name of attendee. Only 50 Characters are allowed in firstName.
lastName It's contains the last name of attendee. Only 50 Characters are allowed in lastName.
email It's contains the email of attendee. Only 75 Characters are allowed in email
qty It's contains the number of tickets.
ticketType It's contains the type of ticket.
bundleType It contains is type of ticket bundle, value will null if found individual ticket bundle type.
paidAmount It's contains the total amount paid for a ticket.
status It's contains the attendee order status, e.g. paid, unpaid.
eventTicketingId It contains is event ticketing id.
isTable is ticket type is table.
seatNumber It's contains the seat number.
dataType It will return datatype like TICKET or ADDON.
blocked It's contains the blocked of attendee.
userId It's contains the user id.
phoneNumber It's contains the phone number of attendee.
isPaidTicket It will return is paid ticket enable or not.
ccFee It will return the CC fee for attendee.
ticketingFee It will return ticketing fee.
salesTaxFee It will return the sales tax fee.

Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4030201Not Event Host.
Language
Authorization
Header
Click Try It! to start a request and see the response here!