Wufoo · Arazzo Workflow
Wufoo Browse Form Entries
Version 1.0.0
Resolve a form, check its entry count, then page through its entries.
View Spec
View on GitHub
FormsForm BuilderSurveysData CollectionWebhooksPaymentsSurveyMonkeyArazzoWorkflows
Provider
Workflows
browse-form-entries
Resolve a Wufoo form and retrieve a page of its entries.
Lists forms, gets the single form, counts its entries, and pages through the entries, branching to skip the fetch when the form has no entries.
1
listForms
listForms
List all forms to confirm the target form is accessible to the API key.
2
getForm
getForm
Fetch the single target form to read its hash and entry links.
3
countEntries
countFormEntries
Count the form's entries to decide whether there are any to retrieve.
4
listEntries
listFormEntries
Retrieve a sorted, paged set of entries for the form.