Hi,
I’m encountering a limitation with the REST API integration in JetAdmin. I only receive 20 results per request, while the same endpoint returns all results when accessed via Google Chrome.
API Response in JetAdmin
Status Code: 200 – OK
cache-control: private, no-cache, no-store, must-revalidate
content-type: application/json; charset=UTF-8
expires: Sat, 11 Jan 2014 11:40:10 GMT
pragma: no-cache
[ ... JSON Response with 20 items ... ]
10: "{ ... Trimmed elements: 15 }"
Direct Browser Access: The same API endpoint returns the full dataset from the database when accessed through Google Chrome.
Could someone guide me on how to access the complete set of results through JetAdmin’s REST API integration?
Thanks!