Oracle News

How to Export RESTful APIs in Oracle Application Express

Seven steps to export a RESTful service definition from SQL Workshop in Oracle APEX, including its resources, methods and the PL/SQL behind them.

How to Export RESTful APIs in Oracle Application Express
  1. Log in to the Oracle Application Express Development environment.
  2. Click on the SQL Workshop.
  3. Click on the RESTful Services.
  4. Select the RESTful Service you want to export.
  5. Click the Export button in the RESTful Services page.
  6. Choose a format for the export file.
  7. Save the file to your local file system.

This will export the RESTful API definition, including all its resources, methods, and associated PL/SQL code. Keep it with the rest of your application exports; on managed Oracle APEX hosting those exports are scheduled and retained for you.

ords-export