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

Slack Signup
Newsletter Optin
Help Desk

Formidable API Only returns 25 entries at a time

Labels

This Discussion is public

Notifications

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?

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.