In Cloud, is there any way of getting the data that sits behind operational reports using REST APIs, but *without* running the op report first?
E.g. I’m aware that it’s possible to do something like:
- Create a quick report that uses the most recent result key as a param
- Run op report to generate result key
- Run the quick report to get a tabular output
However, this all seems very clunky. Is there a way to do it in a single step, e.g. by calling a REST API that mimics what the op report does, with a series of parameters to set the inputs?