How to distinguish meetings and webinars from /report/users/{userID}/meetings call

Using this template helps us debug your issues more effectively :slight_smile:

Description
By the document, a call to /report/users/{userID}/meetings list both meetings and webinars. However, I cannot separate meetings from webinars from the return result because there seems no field containing the information.

Error
N/A

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
/report/users/{userID}/meetings

How To Reproduce (If applicable)
N/A

Screenshots (If applicable)
N/A

Additional context
N/A

Hi @johnli1357

Thank you for reaching out to Developer Support Forum!

Happy to help here!

When you make requests to this endpoint :

You will only be getting Meeting ID and Meeting UUID in your response body

Screen Shot 2021-09-02 at 6.00.55 PM

Hope this helps
Elisa

Thank you Elisa for the reply. But that’s not what the doc says. The first sentence states “Retrieve report on past meetings and WEBINARS …”

Hey @johnli1357,

That’s correct, this API will return Webinars and Meetings. To distinguish between the two, try checking the type field against the values shown in the Create a Webinar API:

image

Let me know if that helps.

Thanks,
Max

Great and thanks, Max!

1 Like

I’m glad that helped! I’ll go ahead and close this topic now but feel free to open a new topic if you encounter any further issues or questions.

Max