Description
GET /meetings/{meetingId}
works fine with meetingId which has not started yet (i.e. only upcoming meeting)
Error
When we try to get meeting details of a finished meeting. It returns error message: ‘Meeting *********** is not found or has expired.’
Which App Type ( JWT )?
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.
GET /meetings/{meetingId}
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
/meetings/86152637053
Screenshots (If applicable)
Additional context
The other way I can think of is to get uuid from ended meetings
/past_meetings/{meetingId}/instances
then get details of past meetings
/past_meetings/{meetingUUID}
But this is not what we want
ideally we need all the details that is returned by GET /meetings/{meetingId}
*This post has been edited to remove any meeting / webinar IDs