I’m attempting to load a list of webinars for a specific user, and the agenda is being truncated to around 250 characters, whereas the agenda I’m testing with has 1600 characters. Calling /webinars/{webinarId}
specifically will get me the full agenda, but I’d rather not have to have to make separate API calls for every webinar.
If it’s expected behaviour it’s not documented here; https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinars.
Hi @luke.dawkes, thanks for picking up on the gap in documentation. We’ll make sure that’s addressed.
I fully understand not wanting to make a call for each webinar to get the agenda. Decisions like this are made to ensure we can effectively provide data back on resources like a list, which for many users can be very large. All that being said, I’ll make sure this is included in our rolling API feature requests.
That’s great, as long as it’s expected behaviour I’ll just use my work-around for now with calling each webinar individually
@luke.dawkes, great - let us know if you have any other questions!