Meeting uuid is different in two APIs,

Description
A clear and concise description of what the question is.

  1. I see the meeting id from the meeting API(/v2/users/{userId}/meetings) is in 11 digits while in recording API(/v2/users/{userId}/recordings), the meeting_id is an encoded string. So how can we map one to the other.

  2. When query the API(meetings/{meetingId}/recordings), which meeting_id should we use, meeting_id (encoded?), or meeting UUID?

Thanks

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hey @Jackke,

Checkout my post here and let me know if it helps:

Thanks,
Tommy

Hey Tommy,

Thanks for this information, it is useful!

Another question is in the list meeting API, is there any way to constrain on time like begin/end time?

Jack

Hey @Jackke,

Are you wanting to return upcoming, live, or past meetings?

If past meetings, you can add the date filters to the List Meetings Dashboard or Report endpoints:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.