Documentation for Response Objects?

Hello,

Is there any place I can find complete documentation about response objects? I can infer most fields and data types by looking at example responses, but that leaves room for error if there’s an undocumented field or a field has only a fixed number of possible values.

On a similar note, is there documentation anywhere on the possible error codes?

Thank you!

Hi,

Thanks for your feedback, we are always looking to improve documentation and will work to add this information.

Just ran into a problem with this - in the examples on for get webinar info (https://zoom.github.io/api/#get-webinar-info) and list registration webinars (https://zoom.github.io/api/#list-registration-webinars), the webinar ID is shown as a string but the actual value returned in the JSON is an int. Can you please clarify the data type for this field?

Was just updating this :slight_smile:

 

https://zoom.github.io/api/#get-meeting-info now shows integer

 

https://github.com/zoom/api/commit/33bbac1a530a84fd2ae7e05eccecfa33b47f278b

Great, thank you so much!