The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Formidable API Only returns 25 entries at a time
I'm using the Formidable API and I'm able to get entries, but it seems that when I use the API I'm only able to get 25 entries at a time. Is there a way to get all the entries at once? Is this a limitation with Formidable's API or with WordPress?
November 23, 2018 at 2:33 pm
25 is the default page size.
https://formidableforms.com/knowledgebase/formidable-api/#kb-get-a-group-of-entries
It is a standard approach for APIs to paginate the results for performance reasons. You can increase the page size to a larger number but not too large. The recommended way is to repeatedly call until getting all records.
Discussion closed.