Download the CSV of Session Attendee Comparison

  • 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.
AttributeDescription
Prefix Prefix for name like Mr,Mrs and Miss
First Name Attendee's First Name
Last Name Attendee's Last Name
Email 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 CodeDescription
200OK
400The request could not be understood by the server due to malformed syntax
401You are not authorised to view the resource
403Accessing the resource you were trying to reach is forbidden
404The resource you were trying to reach is not found
406Not Acceptable
4030201Not Event Host
Language
Authorization
Header
Click Try It! to start a request and see the response here!