Hi there,
This is a follow up from How to download all User Quotas for the year. Ive made a separate post as its been some time since the above was active
I wanted to check to see if its possible to batch call more than 1 quarter for the API call below in the response body at once:
/export/forecast/{forecastId}
{
"timePeriod": "2020_Q3",
"typesToExport": "
"forecast",
"forecast_updated"
],
"scopeId": "1905::MGR",
"currency": "USD",
"schedule": "NONE",
"includeHistorical": false,
"exportFormat": "CSV"
}
Where timePeriod would take an array like
"timePeriod": d"2024_Q1", "2024_Q2", "2024_Q3", "2024_Q4"]
This is due to our current setup hitting the ‘export_monthly_quota_reached’.
Thanks for your help.