List survey responses
documentedList responses for a given survey.
GET /surveys/{survey_id}/responsesSurveysno 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://api.nicereply.com/surveys/{{$survey_id}}/responses?page={{$page}}&limit={{$limit}}&created_after={{$created_after}}&created_before={{$created_before}}" \
-u "{{NICEREPLY_EMAIL}}:{{NICEREPLY_TOKEN}}" \
-H "Accept: application/json"