REST only returning 1 object

0
Hi all,  I have been setting up a REST endpoint for out data team to connect to and I’ve  got it set up with two integer parameters for Offset  (set to 0) and Limit  (set to 10) We’ve tested the endpoint locally and it turns 10 records. Deploy the same version to mendix cloud and try the same thing it only returns one record?  There are 1.1million records available  in  the entity REST is looking at Does anyone have any thoughts?
asked
1 answers
0

My gut feeling is the user authenticating via REST doesn’t have permission (roles?) to access more.

Without details, it’s hard to help. Next thing you can try is to connect the debugger and step through your REST action microflow: https://docs.mendix.com/howto/monitoring-troubleshooting/debug-microflows-remotely 

answered