Webinar Attendee Report
You can use this API to get a report on your webinar attendees.
API: https://meeting.zoho.com/api/v2/{zsoid}/attendee/{webinarKey}.json
Method: Get
Params:
index - Page Number(required)
count - No.Of reports per page(required)
OAuth Scope: ZohoMeeting.webinar.READ
Request Example
Copiedhttps://meeting.zoho.com/api/v2/1234/attendee/3455656.json
Response Example
Copied{
"attendeeData": [
{
"name": "User 1",
"questions": [
"Shall we start the webinar?"
],
"polls": [
{
"answer": "Yes",
"poll": "Is zoho webinar session is user friendly?",
"category": "2"
}
],
"email": "user1@zoho.com"
}
],
"attendeesCount": 1
}
Show full
Show less
POSSIBLE ERROR CASES
1. Invalid DC or Invalid token or Invalid token
HTTP Code: 400
HTTP Body:
Copied{
"error": {
"code": 2000,
"message": "INVALID_OAUTHTOKEN"
}
}
Resolution: Check whether the entered DC is correct and entered token is not expired.
2. Invalid meeting key
HTTP CODE : 400
HTTP Body:
Copied{
"error": {
"errorCode": 4000,
"message": "The meeting key is invalid.",
"key": "INVALID_MEETING_KEY"
}
}
Resolution: Should enter a valid recording Id.
3. Invalid organization Id
HTTP CODE : 401
HTTP Body:
Copied {
"error": {
"errorCode": 3001,
"message": "You do not have permission to access this organization account.",
"key": "UNAUTHORIZED_USER"
}
}
Resolution: Should enter a valid organization Id.