Wufoo
communityOnline form builder (part of SurveyMonkey) used by 4+ million users to create web forms, surveys, and payment forms without coding. Provides drag-and-drop form builder with 400+ templates, conditional logic, file uploads, and integrations with 1,000+ apps.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/v3/forms.jsonList forms in a Wufoo account
Returns
Forms[] with Hash, Name, Description, IsPublic, DateCreated, EntryCount, UrlGET
/api/v3/forms/{form_hash}/entries.jsonGet form submission entries
Parameters
pageSizeintegeroptionalform_hashform identifier (stringrequiredpageStartintegeroptionalReturns
Entries[] with EntryId, DateCreated, field valuesGET
/api/v3/forms/{form_hash}/fields.jsonGet form field definitions
Parameters
form_hashstringrequiredReturns
Fields[] with ID, Title, Type, IsRequired, SubFields[], Choices[]}