Download the CSV of Attendee's Sessions data by User Id

  • API used at host side event admin, super admin, and organizer admin can access this API.
  • This API will return session data for attendees like session start time, end time,
    session title, status, and engagement data.
  • We need to pass an authorization token here, which is generated after
    successful login into the account.
AttributeDescription
Attended If the attendee has attended the session it will show YES otherwise shows NO
End TimeIt is a session end time when the session is finished
EngagementIt is showing that how much you are engagement with
session
Session-IdUnique session Id of the event for getting session details
Start TimeIt is a session start time when the session is beginning
StatusWhen an attendee has watched the live session then the status will be Attended Live and if watched recorded stream then the status will be Viewed Recording
TitleIt is a session title like Vimeo session, youtube session, breakout session, etc
  • Here are the possible error messages that return if any condition fails or required data is missing for processing.
Error CodeDescription
200Ok
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource
403Accessing the resource you were trying to reach is forbidden
404The resource you were trying to reach is not found
4030201Not Event Host
4040100User Not Found
Language
Authorization
Header
Click Try It! to start a request and see the response here!