Skip to main content
Question

Get operational report data using REST APIs

  • November 24, 2025
  • 1 reply
  • 49 views

Forum|alt.badge.img+5
  • Sidekick (Customer)

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?

1 reply

Forum|alt.badge.img+4
  • Do Gooder (Partner)
  • February 23, 2026

Hi ​@al-v 

I think this may be possible, you would have to create a custom projections/ possibly some custom .plsql … in it you would subsequently make a call to print Print_Dialog_SVC.Do_Report_Print_Request this creates a print job record with a result key and a report in report archive for you.
In another projection you can then collect the data related to that result key and use that projection in your REST call.