How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oracle APEX Parameters API

REST handler parameter management. Parameters define input bindings for handlers.

Oracle APEX Parameters API is one of 21 APIs that Oracle APEX publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Parameters. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 25.4.

Requests are made against 2 base URLs: https://{host}:{port}/ords/_/db-api/stable, https://{host}/ords/_/db-api/stable.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
25.4
Base URL
https://apex.oracle.com/pls/apex/
Authentication
HTTP Basic, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Oracle APEX Parameters API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It supports OAuth 2.0 (oauth2) using the clientCredentials and authorizationCode flows. By default, every request must be authenticated.

  • basicAuth — HTTP Basic authentication using ORDS-enabled database schema credentials
  • oauth2 — OAuth 2.0 authorization using ORDS OAuth client credentials or authorization code flow

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Parameters 5

REST handler parameter management. Parameters define input bindings for handlers.

GET
/ords/rest/parameters/
Get all REST handler parameters
listParameters 2 params → 200
POST
/ords/rest/parameters/
Create a REST handler parameter
createParameter body → 201400404
GET
/ords/rest/parameters/{id}
Get a REST handler parameter
getParameter 1 param → 200404
PUT
/ords/rest/parameters/{id}
Update a REST handler parameter
updateParameter 1 param body → 200404
DELETE
/ords/rest/parameters/{id}
Delete a REST handler parameter
deleteParameter 1 param → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ItemsCollection (6 properties), ParameterCreate (6 properties), LinkRelation (2 properties), ResourceItem (1 property). Each schema is shown below with its type and property counts.

ParameterCreate
object
Request body for creating or updating a REST handler parameter binding
6 properties 5 required
LinkRelation
object
HATEOAS link relation describing a related resource or action
2 properties 2 required
ResourceItem
object
A single resource item with HATEOAS navigation links. Additional properties are included depending on the resource type.
1 property
ItemsCollection
object
Paginated collection of resource items following the ORDS standard collection format
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-apex-parameters-api-openapi.yml Raw ↑

Other APIs Oracle APEX publishes across the network.

Oracle APEX REST Data Services API
Oracle APEX SQL Workshop API
Oracle APEX Application API
Oracle REST Data Services (ORDS) API
Oracle APEX Cloud REST API
Oracle APEX Export and Import API
Oracle APEX Approval and Workflow API
Oracle APEX Utility API
Oracle APEX Generative AI API
Oracle ORDS Database API
Oracle APEX REST Administration API
Oracle APEX AutoREST API
Where this information came from

This is an independent, third-party profile of Oracle APEX Parameters API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.