n.fragkos
(Nikolas)
January 28, 2020, 6:53am
1
Hi, webinar description is not being sent when retrieving a webinar via the API.
Which App Type (OAuth / Chatbot / JWT / WebHook)?
JWT / WebHook
Which Endpoint/s?
https://api.zoom.us/v2//webinars/{webinarId}
How To Reproduce (If applicable)
Just retrieve any webinar via the API.
tommy
(Tommy Gaessler)
January 28, 2020, 5:37pm
2
Hey @n.fragkos , thanks for posting and using Zoom!
The Webinar Description is the "agenda"
property when using the API .
Thanks,
Tommy
n.fragkos
(Nikolas)
January 29, 2020, 6:50am
4
Hi tommy thanks for your reply. You are right with the API the agenda (description) is returned when retrieving a webinar. However it doesn’t return the agenda with the webhook method. I guess I have to retrieve the webinar via the API call.
tommy
(Tommy Gaessler)
January 29, 2020, 5:24pm
5
Hey @n.fragkos ,
What I would suggest is using both the Webhook and the Get Webinar endpoint.
Once you receive the respective Webinar Webhook , then call the Get Webinar endpoint to get the additional webinar info.
Thanks,
Tommy