get
https://api.accelevents.com/rest/events//staff/user//orders
This API is used to get all ticketing orders of 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.
| Attributes | Description |
|---|---|
| attendee | This field returns a list of attendees. List contains following fields of attendee :
|
| 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:
|
| 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 |