Oracle APEX · Capability
Oracle REST Data Services (ORDS) REST API — Properties
Oracle REST Data Services (ORDS) REST API — Properties. 7 operations. Lead operation: Get all ORDS properties values. Self-contained Naftiko capability covering one Oracle Apex business surface.
What You Can Do
GET
Listproperties
— Get all ORDS properties values
/v1/ords/properties
GET
Getproperty
— Get an ORDS property value
/v1/ords/properties/{key}
PUT
Setproperty
— Set an ORDS property value
/v1/ords/properties/{key}
DELETE
Unsetproperty
— Unset an ORDS property value
/v1/ords/properties/{key}
GET
Getschemaproperty
— Get an ORDS property value for a schema
/v1/ords/properties/{schema}/{key}
PUT
Setschemaproperty
— Set an ORDS property value for a schema
/v1/ords/properties/{schema}/{key}
DELETE
Unsetschemaproperty
— Unset an ORDS property value for a schema
/v1/ords/properties/{schema}/{key}
MCP Tools
get-all-ords-properties-values
Get all ORDS properties values
read-only
idempotent
get-ords-property-value
Get an ORDS property value
read-only
idempotent
set-ords-property-value
Set an ORDS property value
idempotent
unset-ords-property-value
Unset an ORDS property value
idempotent
get-ords-property-value-schema
Get an ORDS property value for a schema
read-only
idempotent
set-ords-property-value-schema
Set an ORDS property value for a schema
idempotent
unset-ords-property-value-schema
Unset an ORDS property value for a schema
idempotent