get https://api.accelevents.com/rest/event//exhibitor//download/poll/CSV
- API used at host side event admin, super admin, and organizer admin can access this API.
- This API is used to download exhibitor poll CSV detail like questions, answer, question types, status, etc.
- We need to pass an authorization token here, which is generated after successful login into the account.
Attribute | Description |
---|---|
Question | It is the question to ask |
Question Type | The question type would be
|
Status |
|
Answer | It is the Answer to question |
choice | it will return the name of options of question |
Answer By | It will return the attendee name who gave the answer to the question |
- Here are the possible error messages that return if any condition fails 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 | Can't create url |
4040200 | Event Not Found |
4030201 | Not Event Host |
4040027 | Exhibitor not found |