Sign in

List form comments

documented

Retrieve comments for a specific form's entries.

GET /forms/{identifier}/comments.{format}Formsno 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/forms/{{$identifier}}/comments.{{$format}}" \
  -X GET \
  -H "Accept: application/json" \
  -u "{{$WUFOO_API_KEY}}:{{$WUFOO_SECRET}}" \
  -G \
  -d 'pretty={{$pretty}}' \
  -d 'entryId={{$entryId}}' \
  -d 'pageStart={{$pageStart}}' \
  -d 'pageSize={{$pageSize}}'
List form comments · Wufoo · OpenIntegrations