get
https://api.accelevents.com/rest/host/ticketing//purchaserData/order/
This API is used to get ticketing purchaser attributes data by order id associated with the specified event. This API can be accessed by an event admin and super admin. It will return attributes data like seatNumber, eventTicketingId, eventKey, holder related attributes information and question related attributes information.
To call this API, user will have to pass query param with API URL like orderId, dataType and authentication key to authenticate user.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Here is the description of response attributes, which returns to the form of JSON.
| Attribute | Description |
|---|---|
| seatNumber | This contains the selected seat number of holder. |
| attributes | This contains the holder related attributes information.
|
| eventTicketingId | This contains the event ticketing id. |
| questions | This contains the question related attributes information.
|
| eventKey | This contains the event key. |
| nestedQuestions | It contains array of conditional question related information.
|
Here are the possible error messages, which will return if any condition fails or required data is missing for processing.
| Error Code | Error Description |
|---|---|
| 200 | Ticekting holder information. |
| 400 | The request could not be understood by the server due to malformed syntax. |
| 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. |
| 4030201 | Not Event Host. |