Get an ORDS property value for a schema
get
                    /ords/properties/{schema}/{key}
Returns information about a specfic ORDS property that has a value set in the database for the specified schema. ORDS property values that are defined at SCHEMA scope can be view through this endpoint. A client requires SQL Administrator role to invoke this service.
                
                Request
Path Parameters
                - 
                    key(required):  string
                    
                    The name of the ORDS property.
- 
                    schema(required):  string
                    
                    The name of the REST Enabled database schema.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Information about a specific ORDS property value in the database for the specified REST Enabled schema