getPastMeetingDetails.Rd
Get details on a past meeting. **Scopes:** meeting:read:admin meeting:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light> **Note**: Please double encode your UUID when using this API if the UUID begins with a '/'or contains '//' in it.
getPastMeetingDetails(meetingUUID, return_response = F)
meetingUUID | The meeting UUID. Each meeting instance will generate its own Meeting UUID i.e., after a meeting ends, a new UUID will be generated for the next instance of the meeting . Please double encode your UUID when using it for other API calls if the UUID begins with a '/'or contains '//' in it. |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |