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.
- Make sure the page containing the report is public.
- Give the report a static ID
- Switch the page designer to Component View .
- In the Attributes section set Enable RESTful Access to Yes.
- The access URL will be provided for you. Copy and paste it into a browser to see the report results in JSON format.