Hi,
i would like to test the rest features of APEX (22.2) and Ords 22.4.
I tried to use the Example employees/:id Example in a APEX Report.
The result is: ORA-20999: REST Data Source returned an HTTP error: HTTP 400: Bad request
Starting Debugging i can see the rest request that apex uses:
begin_request p_url=>http://127.0.0.1:8082/ords/schulung/hr/employees/7369?page=0,p_method=>GET,p_proxy_override=>,p_transfer_timeout=>,p_https_host=>,p_wallet_path=>
When i use: http://127.0.0.1:8082/ords/schulung/hr/employees/7369?page=0
i get the ORA-20999 Error from above. without ?page=0 it is ok. so can i get rid of the ?page=0 in APEX ?
Thanks
Marco