Sign in

List report entries

documented

Retrieve the data rows that make up a report.

GET /reports/{identifier}/entries.{format}Reportsno implementation yet0 runs
No 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"