Row limit of 500 Rows for Procurement Rest API
Summary
only 500 rows are returned by Rest API CallContent
Hi,
We are trying to get the Procurement Agent data from our Oracle cloud POD by using the delivered REST API. Oracle is only giving 500 rows of data. Is there a way we can increase this limit? Or, is there a way to get all the data we need?
REST URL: https://pod.oraclecloud.com/fscmRestApi/resources/11.13.18.05/procurementAgents
This is what we see at the end of REST Response:
"count": 500,
"hasMore": false,
"limit": 5000,
"offset": 0,
We are trying this from Client tools like "Post Master" and "Soap UI", still it is 500 limit every where.
0