Posted 19 November 2018, 4:43 pm EST
I would like to get all of the Parameters for a Report including the AvailableValues.
So, I call the REST method /api/reports/{id}/parameters
However, some of the Parameters come back with State=“HasOutstandingDependencies” (since they are dependent on some of the other parameters in their DataSource).
How can I get all of the Parameters with AvailableValues for a Report? Is there any way to request Parameters and pass in the dependent parameter values?