get https://api.accelevents.com/rest/host/event//attendee/download/CSV
- API used at host side event admin, super admin, and organizer admin can access this API.
- This API will return details of all attendees with all sessions like attendees
first name, last name, and attendee how many sessions
joined, etc. - We need to pass an authorization token here, which is generated after
successful login into the account.
Attribute | Description |
---|---|
Prefix | Prefix for name like Mr,Mrs and Miss |
First Name | Attendee's First Name |
Last Name | Attendee's Last Name |
Attendee's Email Address | |
Session Name | If an attendee has only registered for the session not joined session, the status will be REGISTERED, if an attendee has joined the session status will be JOINED otherwise status will be blank Note: All sessions of the event will be added as new columns in the CSV file and value for that REGISTERED, JOINED or black value will be shown. |
- Here are the possible error messages that return if any condition fails or required data is missing for processing.
Error Code | Description |
---|---|
200 | OK |
400 | The request could not be understood by the server due to malformed syntax |
401 | You are not authorised 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 |
406 | Not Acceptable |
4030201 | Not Event Host |