Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Offset and limit not working in Pagination setting REST API

BannaMay 10 2023

Problem Description
---------------------------------------------------
Team,

After making changes to get data by the page size and offset, API seems to return all rows at once irrespective of offset and limit,

In source table I have 50 rows ,and in destination I changed setting to limit 10 rows at a time but still it gets all rows at once,

APEX: 21.2.4

Could someone help with this

While checking the URL in the browser it returns all 50 rows at once :

Comments
Post Details
Added on May 10 2023
1 comment
1,302 views