Export APEX application components

post

/apex/applications/{application_id}

Export a subset of the specified APEX application.

Request

Path Parameters
Query Parameters
  • Indicates the file format to return the entire application components. Valid values SQL_SCRIPT | SQL_ZIP
    Allowed Values: [ "SQL_SCRIPT", "SQL_ZIP" ]
  • Parameter for APEX Export function. Comma-delimited list of export types to perform APPLICATION_SOURCE,EMBEDDED_CODE, CHECKSUM-SH1
    Examples

  • If true, export installed packaged applications with references to the packaged application definition. If false, export them as normal applications.
  • Parameter for APEX Export function. If true, export ACL user role assignments. Only valid if export_format query parameter is also specified.
  • Parameter for APEX Export function. If true, include developer comments. Only valid if export_format query parameter is also specified.
  • Parameter for APEX Export function. If true include export date and time in the result. Only valid if export_format query parameter is also specified.
  • Parameter for APEX Export function. If true, include report notifications. Only valid if export_format query parameter is also specified.
  • Parameter for APEX Export function. If true, include private reports that a user saved. Only valid if export_format query parameter is also specified.
  • Parameter for APEX Export function. If true, include public reports that a user saved. Only valid if export_format query parameter is also specified.
  • Parameter for APEX Export function. If true, components contain subscription references. Only valid if export_format query parameter is also specified.
  • Parameter for APEX Export function. If true, export with the IDs as they were when the application was imported. Only valid if export_format query parameter is also specified.
  • Parameter for APEX Export function. If 'Y', export supporting objects. If 'I',automatically install on import. If 'N', do not export supporting objects. If null, the application's include in export deployment value is used. Only valid if export_format query parameter is also specified.
    Allowed Values: [ "Y", "I", "N" ]
  • Parameter for APEX Export function. If true, include application translation mappings and all text from the translation repository. Only valid if export_format query parameter is also specified.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
This object represents a component export request.
Show Source
Nested Schema : components
Type: array
Minimum Number of Items: 1
Parameter for APEX Export function. The list of components in the specified APEX Application to export.
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

The current state of the specified Oracle APEX application components.
Body ()
Root Schema : schema
Type: string(binary)

400 Response

Bad Request - The export request body is invalid.
Back to Top