Christoph's 2 Cents

A Backup for My Brain!

Oracle Developement

APEX 5.0: Enable RESTful Access to Report

Interactive reports can be enabled to be accessed through REST. Doing so is pretty easy if you know where to look.

  1. Make sure the page containing the report is public.
  2. Give the report a static ID
  3. Switch the page designer to Component View component.
  4. In the Attributes section set Enable RESTful Access to Yes.
    enablerest
  5. The access URL will be provided for you. Copy and paste it into a browser to see the report results in JSON format.

 

report.png