API Reference

Get user ticketing orders

This API is used to get all ticketing orders of User.

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

Attributes

Description

attendee

This field returns a list of attendees. List contains following fields of attendee :

  • *firstName :** This field returns first name of attendee.
  • *lastName :** This field returns last name of attendee.
  • *email :** This field returns email of attendee.
  • *qty :** This field returns number of tickets.
  • *ticketType :** This field returns type of ticket.
  • *bundleType :** This field returns type of ticket bundle, value will null if found individual ticket bundle type.
  • *paidAmount :** This field returns total amount paid for a ticket.
  • *status :** This field returns attendee order status, e.g. paid, unpaid
  • *eventTicketingId :** This field returns event ticketing id.
  • *isTable :** This field returns boolean value whether ticket type is table.
  • *seatNumber :** This field returns seat number.
  • *dataType :** This field returns data type.
  • *blocked :** This field returns boolean value for blocked.
  • *userId :** This field returns user id.
  • *phoneNumber :** This field returns phone number of attendee.
  • *isPaidTicket :** This field returns boolean value for whether ticket is paid.

id

This field returns id for host order list

totalAmount

This field returns total order amount.

status

This field returns order status e.g. paid, partially paid or refunded.

purchaser

This field returns order purchaser information. It contains:

  • *firstName :** This field returns purchaser first name.
  • *lastName :** This field returns last name of purchaser.
  • *email :** This field returns purchase email id.

purchaseDate

This field returns order purchase date.

orderType

This field returns type of order, CASH or CARD.

cardType

This field returns card type used while ordering.

lastFour

This field returns last four digits of card.

note

This field returns Additional note added for manually entered note on staff or host page

currency

This field returns order currency.

timezoneId

This field returns order timezone

equivalentTimezone

This field returns order timezone

recurringEventDate

This field returns Recurring event date

orderId

This field returns order id

deliveryMode

This field returns delivery mode

isSpeakerOrder

This field returns boolean value for whether order for speaker

recordsTotal

This field returns total no of records

recordsFiltered

This field returns total no of filtered

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

Error Code

Error Description

200

OK

401

You are not authorized to view the resource.

403

Accessing the resource you were trying to reach is forbidden.

404

The resource you were trying to reach is not found.

40600013

Cant create url

4040200

Event Not Found

4040100

User Not Found

4030101

Not Staff User

Language
Credentials
Header
Click Try It! to start a request and see the response here!