URGENT ! Querying Project’s Daily and Monthly production via SDK returns no data . Counts return 0’s as well. There’s data via REST API. Please advise.
We are looking into this.
Are you able to revert back to the previous version of the nuget package and have things work again?
I tried both versions with the same results
Thanks for checking. As Danny mentioned, we have someone looking at this right now.
The issue has been addressed with a hotfix to the affected API endpoints. Please let us know if you still encounter this issue so that we can troubleshoot further
Thank you, this helps.
Checked several endpoints, Noticed difference in returned records count: Method GetAriesForecast in SDK vs “https://api.combocurve.com/v1/projects/{proj_id}/forecasts/{forecast_id}/aries” in API . Only project_id and forecast_id were used as parameters in both cases.
I have not been able to recreate this issue using my test projects. Can you provide me some more details so that I can continue to look into this issue? The following information would be helpful:
- Client/Tenant name
- Project Id
- Forecast Id
- Number of records returned via SDK GetAriesForecast method
- Number of records returned via SDK GetAllAriesForecast method
- Number of records returned via direct API call
- Urls used for direct API calls (including skip/take/cursor querystring parameters)