Skip to Main Content
Feature Request FR-3177
Product Area Web Services
Status CLOSED

5 Voters

REST Service Source Type PL/SQL allow limit and offset for manual pagination

mahage Public
· May 31 2023

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)

We reviewed this idea carefully and came to the conclusion that it does not constitute an appropriate APEX feature request.

Comments

Comments