get https://api.accelevents.com/rest/host/event//attendee/user//download/CSV
This API is used to download CSV of all sessions for attendee.
Here is the description of response attributes, which returns to the form of JSON.
Attributes | Description |
---|---|
sessionId | This field returns the session id |
title | This field returns the session title |
startTime | This field returns the session start time |
endTime | This field returns the session end time |
attended | This field returns boolean value for whether session atttended |
status | This field returns status of session |
engagement | This field returns engagement value |
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. |
4030201 | Not Event Host |
4060077 | Admin with the current plan is not authorized to access this functionality. Please upgrade your plan to access |