Get ticket order detail by order id

  • This API is used to get order details and event details by particular order id.
  • When the user clicks on the My Activity page from the profile menu, the user gets the list of event ticket details for
    a particular event like eventTicketId, orderId, paidAmount, etc. and use these order Ids in this API to get order details.
  • We need to pass the authorization token in API in the header.
  • Authorization token will be generated when the user login to the system.

This API returns a void response with 200 status if API is executed successfully.

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

AttributeDescription
eventLogoImageThis field contains the logo of the event
eventNameIt contains the name of the event
eventUrlIt contains the Event url which is unique identifier for event
eventStartDateIt contains the start date of the event
eventEndDateIt contains the end date of the event
ticketOrderNumberIt contains the order Id of the ticket
ticketOrderAmountIt contains the total amount of the particular ticket order
purchaseDateIt contains the date on which ticket purchased
seatNumbersIt contains selected seat number of ticket holder
allowAttendeeToEditInfoThis field is used to check attendee is allow or not to edit his/her information
currencyThis field display the current of the event
totalPurchasedTicketsInOrderThis field contains the count of the total purchased tickets in particular order
holderAttributeIt contains the all attributes of ticket holder
eventLocationIt contains the event location

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

Error codeError description
200Ok
401User is not authorized to view the resource.
404Order you are looking for is not found
Language
Authorization
Header
Click Try It! to start a request and see the response here!