Create a REST template handler

post

/ords/rest/handlers/

Creates a REST template handler.

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
  • Comment text.
  • The default pagination for a resource handler HTTP operation GET method, that is, the number of rows to return on each page of a JSON format result set based on a database query. Default: NULL (defers to the resource module setting).
  • The HTTP method to which this handler will respond. Valid values: GET, POST, PUT, DELETE.
  • Comma-separated list of MIME types that the handler will accept. Applies to PUT and POST only.
  • Its value can be 'codePreview', which would make the endpoint respond with the code the backend would have executed. When the parameter is not provided, the endpoint will respond with the results of the operation execution.
  • The source implementation for the selected HTTP method.
  • The HTTP request method for this handler. Valid values: source_type_collection_feed, source_type_collection_item, source_type_media, source_type_plsql, source_type_query || source_type_csv_query, source_type_query_one_row, source_type_feed, path/to/feed/{id}.
  • ID of the template the handler belongs to.
Back to Top

Response

Supported Media Types

201 Response

Details of the REST template handler that has been successfully created.
Body ()
Root Schema : ResourceItem
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top