- API used at host side event admin, super admin, and organizer admin can access this API.
- This API will return session data like how many attendees are registered, attendee how much time is spent in live/Recorded sessions, how many attendees join Live/Recorded sessions, etc.
- We need to pass an authorization token here, which is generated after successful login into the account.
Attribute | Description |
---|---|
Session Name | Session Name. |
Session Date | Session start date. |
Session Length | It is a time length for the session for how much time session will be Live on the platform. |
Number of Attendees Registered | It is the number of attendees who Registered/Bookmark the session. |
Number of Views (Live) | It is the number of attendees who watched the Live Session. |
Average Watch Time (Live) | It is the average watch time for attendees who have watched the live session. |
Engagement (Live) | It is showing that how much time you are engaged (watch the session) with the Live session.
|
Number of Views (Recorded) | It is the number of attendees who have watched recorded Session |
Average Watch Time (Recorded) | It is the average watch time for attendees who watched the recorded session. |
Engagement (Recorded) | It is showing that how much time you are engaged (watch the session) with the recorded session.
|
- Here are the possible error messages that return if any condition fails or required data is missing for processing.
Error Code | Description |
---|---|
200 | OK |
400 | The request could not be understood by the server due to malformed syntax |
401 | You are not authorised 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 |
406 | Not Acceptable |
4030201 | Not Event Host |