UPDATE PLEASE? Description
I have tried several attempts at passing the UUID of the meeting to the /report/meetings/{UUID}/participants API, and every time I get the same error.
Error
{“code”:3001,“message”:“Meeting does not exist: FDqrKYjuT9Ol4aoNXLysiA==.”} I have double encoded prior to GET
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/report/meetings/{UUID}/participants
/meetings/{UUID}/participants
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Request URL / Headers (without credentials) / Body
See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Thanks for confirming. In looking at our logs, it appears that this meeting is part of a recurring series, and the instance you’ve shared (FDqrKYjuT9Ol4aoNXLysiA==) is associated with an occurrence that was never started. For this reason, it will return a result for our Reports API.
There were, however, 10 other instances of this meeting that should be accessible via API (all associated with ID 91858032082).
I hope this helps to clarify, but let me know if you still have questions.