Wufoo · Arazzo Workflow
Wufoo Export Report Entries
Version 1.0.0
Resolve a report, read its field structure, then pull its filtered entries.
View Spec
View on GitHub
FormsForm BuilderSurveysData CollectionWebhooksPaymentsSurveyMonkeyArazzoWorkflows
Provider
Workflows
report-entries-export
Resolve a Wufoo report and export the entries that match its filters.
Lists reports, gets the single report, reads its field structure, and retrieves the report's filtered entries for export.
1
listReports
listReports
List all reports to confirm the target report is accessible to the API key.
2
getReport
getReport
Fetch the single target report to read its hash and entry links.
3
readReportFields
listReportFields
Read the report's field structure so entry columns can be mapped.
4
listReportEntries
listReportEntries
Retrieve the entries that satisfy the report's filter criteria.