Webinar Api call not returning complete Agenda string

I’m using the Api endpoint “webinars/{webinar id}”. The call is successful, however the Agenda string returned is only 250 characters long. How do I get the entire string?

Hey @ephillip

Just to clarify, you are using the following endpoint:

I was not able to reproduce the truncated agenda response in my own testing.

If you are listing a users webinars, then you will get a truncated response, and that is noted in our API documentation.

Let us know if you have any questions!

Yes, that is the endpoint I am using. I am asking for a specific webinar’s details, not trying to list the webinars for a user.

Found the problem…variable was previously defined for displaying the list of webinars, and the value wasn’t being updated. After renaming the variable, all is working.

@ephillip

glad to see you found the issue!

Let us know if you have any other questions!