List comments
documentedRetrieve comments for a form's entries.
GET /forms/{identifier}/comments.{format}Formsno 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/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}}'