Description
Query date only returning today’s date only. I was trying to get 6 month data
Starting from ‘2019-12-01’ to ‘2020-04-10’.
I did pass the date format at query section
Error
No error, I was trying to get Meets from the last 6 months.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth-2
Ah, you’re actually referring to the Dashboard Metrics List Meetings API but that was no fault of yours, since it is labeled “List Meetings” in the docs. I’ll reach out to our team to improve the naming so it doesn’t conflict with List Meetings API.
To answer your question, did you include the type: "past" in your query params per the Request Parameters accordian within the Dashboard Metrics List Meetings API docs?
Also, if you read the details on the from query parameter, you will learn you cannot just set the from date to 6 months ago, because this API only allows requesting one month of data per request. So you will need to also set the to query parameter, and you will have to make six (6) requests for each of the six months (making sure to offset the from and to date query parameters accordingly for each subsequent request.