Get an ORDS property value
get
/ords/_/db-api/stable/ords/properties/{key}
Returns information about a specfic ORDS property that has a value set in the database. Depending on the associated database account permissions the data will be returned from USER_ORDS_PROPERTIES view for that correspond REST Enabled schema or all REST Enabled schemas if the database account has access to them. Users can view their own ORDS property values that are defined at SCHEMA scope through this endpoint. ORDS properties that are defined at DATABASE scope can be view through this endpoint by an administrator. A client requires SQL Developer or SQL Administrator role to invoke this service.
Request
Path Parameters
-
key: string
The name of the ORDS property.
Response
Supported Media Types
- application/json
200 Response
Information about a specific ORDS property value in the database that is visible to the user.