UUID with a slash (/) failed get meetings info

Description

i found that if uuid with / eg. /imIjnaWS0G4wxiNXvuAUQ==
and we could not get meeting info or participants with that uuid as it has ‘/’

eg. {{baseUrl}}/report/meetings//imIjnaWS0G4wxiNXvuAUQ==

Error
{
“code”: 3001,
“message”: “This meeting is not available or ID is not valid.”
}

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.

{{baseUrl}}/report/meetings//imIjnaWS0G4wxiNXvuAUQ==
{{baseUrl}}/report/meetings//imIjnaWS0G4wxiNXvuAUQ==/participants?page_size=30

How To Reproduce (If applicable)
Steps to reproduce the behavior:
{{baseUrl}}/report/meetings//imIjnaWS0G4wxiNXvuAUQ==
{{baseUrl}}/report/meetings//imIjnaWS0G4wxiNXvuAUQ==/participants?page_size=30

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

Additional context
why the uuid has / ?
because url use / as separator

IT was resolved by CN support team.
just encode uuid twice

1 Like

Happy to hear you were able to fix the issue!

Yep, just URL encode the UUID twice.

Thanks,
Tommy