get
https://api.accelevents.com/rest/superadmin/ticketFees/CSV
This API is used to download all ticket fees per event between selected dates.
API needs parameters like startDate and endDate. It returns a downloadable CSV file of ticket fees.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Error Codes
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
| Error Codes | Description |
|---|---|
| 200 | success |
| 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 |
| 4030203 | Not Super Admin |
| 4060473 | Start date should be before end date. |
| 4060474 | Start date and end date must not be null. |