Idea Summary
Currently it is not allowed to use the reserverd parameters limit and offset for REST request based on source type PL/SQL, e. g. GET ?offset=3&limit=5
To implement a manual pagination I have to use other parameter names than the common limit (:fetch_size) and offset (:fetch_offset) parameters. It would be great to have access to these and maybe other implicit parameters as well.
Use Case
As an user I am able to implement a manual pagination using the common parameters limit and offset for my RESTful Service based on source type PL/SQL.
Preferred Solution (Optional)