List report entries (duplicate)
documented(Same as list-report-entries above; included to reflect widget/entry context in reports.)
GET /reports/{identifier}/entries.{format}Reportsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$subdomain}}.wufoo.com/api/v3/reports/{{$identifier}}/entries.{{$format}}?pretty={{$pretty}}" \
-X GET \
-u "{{WUFOO_API_KEY}}:{{WUFOO_API_PASSWORD}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"