Oracle APEX · Schema

Oracle APEX Application

Schema for an Oracle Application Express (APEX) application definition including its pages, regions, items, buttons, processes, computations, and shared components. Based on the APEX application model as documented in the Oracle APEX Application Builder and Blueprint specification.

APEXCloudDatabaseDevelopment PlatformEnterpriseGenerative AILow-CodeOracleORDSPL/SQLREST APIWeb ApplicationsWorkflow

Properties

Name Type Description
application_id integer Unique numeric identifier for the APEX application within the workspace
application_name string Display name of the APEX application
application_group string Logical group to which the application belongs for organizational purposes
workspace string Name of the APEX workspace that owns this application
workspace_id integer Numeric identifier of the APEX workspace
schema string Database schema (parsing schema) used by the application for SQL and PL/SQL execution
alias string Short alphanumeric alias for the application, used in friendly URLs
version string Application version string
application_status string Current availability status of the application
build_status string Controls whether the application can be modified in the Application Builder
date_format string Default Oracle date format mask for the application
timestamp_format string Default Oracle timestamp format mask for the application
timestamp_tz_format string Default Oracle timestamp with time zone format mask
language string Primary language of the application (IANA language tag)
compatibility_mode string APEX version compatibility mode for the application
authentication object
authorization_scheme string Name of the authorization scheme controlling access to the entire application
session_management object
navigation object
user_interface object
pages array Collection of pages that comprise the application
shared_components object
rest_data_sources array REST data source definitions for external API integration
web_credentials array Web credential stores for authenticating REST data source requests
created_on string Timestamp when the application was created
last_updated_on string Timestamp when the application was last modified
last_updated_by string Username of the developer who last modified the application
View JSON Schema on GitHub