Using a HTTP GET, the passing of variable is quite simple. All that is needed is to make the URI Template include them. I this example "myget?a={a}&b={b}" The values of a and b are converted into a bind variable for use in the sql statement.
With this Resource Template definition, the results are
$ curl "https://apex.oraclecorp.com/pls/apex/raptor/test/myget?a=hello&b=bye"
{"items":[{"
↧