Description
when I send get request of this endpoint : “http://api.zoom.us/v2/users/me/recordings”, result is only one (last) day and response is empty meeting and record list.
Error
The full error message or issue you are running into.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
oAuth2.0
Which Endpoint/s?
http://api.zoom.us/v2/users/me/recordings
- Request URL / Headers (without credentials) / Body
headers = {‘Authorization’: 'Bearer ’ + self.access_token}
Body = {
‘from’:‘2020-03-03’, ‘to’: ‘2020-06-04’
} - See error
{“from”:“2020-05-03”,“to”:“2020-06-03”,“page_count”:0,“page_size”:0,“total_records”:0,“next_page_token”:"",“meetings”:}