ORDS REST Services REST Endpoints
ORDS REST Services
Custom Oracle REST Data Services built with SQL & PL/SQL.
- Create a REST handler parameter
- Method: postPath:
/ords/rest/parameters/ - Create a REST module
- Method: postPath:
/ords/rest/modules/ - Create a REST module template
- Method: postPath:
/ords/rest/templates/ - Create a REST template handler
- Method: postPath:
/ords/rest/handlers/ - Create an ORDS OAuth client
- Method: postPath:
/ords/rest/clients/ - Create an ORDS privilege
- Method: postPath:
/ords/rest/privileges/ - Create an ORDS role
- Method: postPath:
/ords/rest/roles/ - Delete a REST handler parameter
- Method: deletePath:
/ords/rest/parameters/{id} - Delete a REST module template
- Method: deletePath:
/ords/rest/templates/{id} - Delete a REST template handler
- Method: deletePath:
/ords/rest/handlers/{id} - Delete an ORDS OAuth client
- Method: deletePath:
/ords/rest/clients/{id} - Delete an ORDS privilege
- Method: deletePath:
/ords/rest/privileges/{id} - Delete an ORDS role
- Method: deletePath:
/ords/rest/roles/{id} - Get a REST enabled object
- Method: getPath:
/ords/rest/autorest/{id} - Get a REST enabled object metadata
- Method: getPath:
/ords/rest/autorest/{id}/metadata - Get a REST handler parameter
- Method: getPath:
/ords/rest/parameters/{id} - Get a REST handler source
- Method: getPath:
/ords/rest/handlers/{id}/source - Get a REST module
- Method: getPath:
/ords/rest/modules/{id} - Get a REST module source
- Method: getPath:
/ords/rest/modules/{id}/source - Get a REST module template
- Method: getPath:
/ords/rest/templates/{id} - Get a REST template handler
- Method: getPath:
/ords/rest/handlers/{id} - Get all current schema recent REST objects
- Method: getPath:
/ords/rest/overview/objects_recent - Get all ORDS OAuth clients
- Method: getPath:
/ords/rest/clients/ - Get all ORDS privileges
- Method: getPath:
/ords/rest/privileges/ - Get all ORDS privileges for a specific role
- Method: getPath:
/ords/rest/roles/{id}/privileges/ - Get all ORDS privileges in an OAuth client
- Method: getPath:
/ords/rest/clients/{id}/privileges/ - Get all ORDS properties values
- Method: getPath:
/ords/properties/ - Get all ORDS roles
- Method: getPath:
/ords/rest/roles/ - Get all ORDS roles in a privilege
- Method: getPath:
/ords/rest/privileges/{id}/roles/ - Get all ORDS roles in an OAuth client
- Method: getPath:
/ords/rest/clients/{id}/roles/ - Get all protected REST modules
- Method: getPath:
/ords/rest/privilege/modules/ - Get all REST enabled objects
- Method: getPath:
/ords/rest/autorest/ - Get all REST handler parameters
- Method: getPath:
/ords/rest/parameters/ - Get all REST module templates
- Method: getPath:
/ords/rest/templates/ - Get all REST modules
- Method: getPath:
/ords/rest/modules/ - Get all REST modules in a privilege
- Method: getPath:
/ords/rest/privileges/{id}/modules/ - Get all REST patterns in a privilege
- Method: getPath:
/ords/rest/privileges/{id}/patterns/ - Get all REST template handlers
- Method: getPath:
/ords/rest/handlers/ - Get an ORDS OAuth client
- Method: getPath:
/ords/rest/clients/{id} - Get an ORDS privilege
- Method: getPath:
/ords/rest/privileges/{id} - Get an ORDS property value
- Method: getPath:
/ords/properties/{key} - Get an ORDS property value for a schema
- Method: getPath:
/ords/properties/{schema}/{key} - Get an ORDS role
- Method: getPath:
/ords/rest/roles/{id} - Get count of all the REST enabled objects
- Method: getPath:
/ords/rest/autorest/summary - Get current ORDS schema and count of all current schema REST objects and count of all REST modules
- Method: getPath:
/ords/rest/overview/ - REST enable an object
- Method: postPath:
/ords/rest/autorest/ - Set an ORDS property value
- Method: putPath:
/ords/properties/{key} - Set an ORDS property value for a schema
- Method: putPath:
/ords/properties/{schema}/{key} - Unset an ORDS property value
- Method: deletePath:
/ords/properties/{key} - Unset an ORDS property value for a schema
- Method: deletePath:
/ords/properties/{schema}/{key} - Update a REST handler parameter
- Method: putPath:
/ords/rest/parameters/{id} - Update a REST module
- Method: putPath:
/ords/rest/modules/{id} - Update a REST module template
- Method: putPath:
/ords/rest/templates/{id} - Update a REST template handler
- Method: putPath:
/ords/rest/handlers/{id} - Update an ORDS OAuth client
- Method: putPath:
/ords/rest/clients/{id} - Update an ORDS privilege
- Method: putPath:
/ords/rest/privileges/{id} - Update an ORDS role
- Method: putPath:
/ords/rest/roles/{id} - Update or disables a REST enabled object
- Method: putPath:
/ords/rest/autorest/{id} - Updates the ORDS OAuth client avatar image.
- Method: postPath:
/ords/rest/clients/{id}/logo/