Get Attendee data for Session By Session Id

  • API used at host side event admin, super admin, and organizer admin can access this API.
  • This API is used to get attendee session details by session-id.
  • This API will return attendee data like attendee attend the session, how much
    engagement with the session, and basic information of the attendee.
  • We need to pass an authorization token here, which is generated after
    successful login into the account.
AttributeDescription
AttendedIf you have attended a session it will return true otherwise return false
EmailAttendee email address
EngagementIt is showing that how much time you are engaged (watch the session) with the Live session.

Formula: Total Watch time divided by video duration Multiply by 100.
Event Ticket IdIt is an id when you buy the ticket it will generate a unique ticket Id.
First NameFirst Name of attendee
Last NameLast Name of attendee
Phone NumberPhone Number of attendee
Registration DateIt is the date when attendee registered/Bookmark the session
User IdIt is an id when you log in/sign-up in the website it will generate a unique user Id.
  • 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
404800Session not found!
Language
Authorization
Header
Click Try It! to start a request and see the response here!