Sign in

List survey responses

documented

List responses for a given survey.

GET /surveys/{survey_id}/responsesSurveysno 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://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"
List survey responses · Nicereply · OpenIntegrations