Export APEX application components and/or runtime instance data

post

/apex/applications/{application_id}

Exports selected components of a specified APEX application and/or runtime instance data.

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

  • Parameter for APEX Export function. If 'NULL', export excludes all audit information. if 'NAMES_AND_DATES', export includes Created On, Created By, Updated On, Updated By values if they exist. If 'DATES_ONLY', export includes Created On and Updated On values if they exist. User names are excluded. Only valid if export_format query parameter is also specified.
    Allowed Values: [ "NAMES_AND-DATES", "DATES_ONLY" ]
  • 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 the APEX Export function. If "NULL", export excludes all audit information. If "NAMES_AND_DATES", export includes Created On, Created By, Updated On, and Updated By values if they exist. If "DATES_ONLY", export includes Created On and Updated On values only; user names are excluded. Only valid if the export_format query parameter is also specified. Enum: "NAMES_AND_DATES", "DATES_ONLY".
    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 an export request for APEX application components and/or runtime instance data.
Show Source
Nested Schema : components
Type: array
Parameter for APEX Export function. The list of components in the specified APEX Application to export.
Show Source
Nested Schema : withRuntimeInstances
Type: array
Parameter for APEX Export function. An array with components for which to export runtime instance data
Show Source
  • Allowed Values: [ "WORKFLOW", "TASK" ]
    If "WORKFLOW", exports workflow instances and their associated task instances. If "TASK", exports task instances that are not associated with any workflow. If "WORKFLOW, TASK", exports both workflow instances with their associated tasks and task instances not associated with any workflow.
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 service requested requires a body in the request.
Back to Top