Open lmons opened 6 years ago
Use limit and offset, otherwise it will be limited by the config.php records per page setting.
thanks @mrbarletta for your help, can i get next_offset from the response?
nice question, it doesn't currently but could be a nice feature.
I will add this link for future reference to add this functionality as it already exists on the sugar rest functionality.
Using GraphiQL, i can query sugarcrm modules and i get just 20 first records. how can i get all records? Thank you