The OData feed end point that I am using only allow me to enter the parameters to fetch the data for a period of a year, for example: year = 2020 and periodNumber = 1. It works but the problem is if I need all 12 months period data for year 2020. I need run the query for 12 times.
Is there a better way to fetch all data from single query?