Oracle APEX REST Endpoints
    
        Oracle APEX
    
Services related to Oracle APEX. The product must be installed in the Oracle database that ORDS is configured to use.
- Create or Update an APEX application, with a specific application id, in the specified workspace
 - Method: putPath:
/apex/workspaces/{workspace_name}/applications/{application_id} - Delete the specified APEX application
 - Method: deletePath:
/apex/workspaces/{workspace_name}/applications/{application_id} - Export APEX application components
 - Method: postPath:
/apex/applications/{application_id} - Get all applications in the specified workspace
 - Method: getPath:
/apex/workspaces/{workspace_name}/applications/ - Get all workspaces
 - Method: getPath:
/apex/workspaces/ - Get application statistics
 - Method: getPath:
/apex/statistics/application/{application_id}/ - Get application statistics
 - Method: getPath:
/apex/statistics/workspace/{workspace_name}/ - Get instance overview
 - Method: getPath:
/apex/statistics/overview - Get instance statistics
 - Method: getPath:
/apex/statistics/instance/ - Get or export a specific APEX application
 - Method: getPath:
/apex/applications/{application_id} - Get workspace
 - Method: getPath:
/apex/workspaces/{workspace_name}/