Are you hitting pagination? BC APIs serve a max of 20K records in a single call?
There’s nothing in the API that will limit the number of records.
Are you hitting pagination? BC APIs serve a max of 20K records in a single call?
There’s nothing in the API that will limit the number of records.
You must be logged in to post a comment.
I believe I am using the limit of 20,000 records in a single call. Is there a way to create another request to retrieve the next page of information using Simple Object Designer?
It’s a global setting for all APIs, not related to APIs created from the Simple Object Designer.
You have to use OData pagination: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/webservices/server-driven-paging-in-odata-web-services
Thank you, Hougaard!