Idea Summary
Pagination support for Simple HTTP REST data sources currently only allows a numeric page size and offset/page number parameter; the pagination parameters are not even exposed for OCI REST data sources, although the documentation claims that pagination is natively supported.
Use Case
Any form element that shows an object list from Object Storage will benefit. Currently we only ever get the first 1000 results.
Preferred Solution (Optional)
If the target is object storage, perform pagination correctly without user intervention/configuration