UUID truncated GET /report/meetings/{meetingId}/participants

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

Description
I am trying to pull participants for a past meeting. The meeting UUID does not contain any slashes and looks like this:

“a4Np3atSRgaCHe68N5akPg==”

When running the request, the response I get is:

“message”: “Meeting does not exist: a4Np3atSRgaCHe68N5akPg&.”

It looks like the ‘==’ at the end was replaced with &.

Anyone know why this could happen?

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

Which Endpoint/s?
GET /report/meetings/{meetingId}/participants

Hi @lmacarthur,

In checking the meeting, I can see that it only had 1 participant (the host), which is why you’re not getting any results for this query. I should note that our /report endpoint does not return results for meetings with just one attendee.

To retrieve participant info for a meeting with just 1 attendee, you will need to call our /metrics endpoint, and include the query parameter type=pastOne:

Thanks!
Will

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