Sign in

List responses for a feedback object group

documented

List responses for a group.

GET /feedback-object-groups/{feedback_object_group_id}/responsesFeedback object groupsno 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/feedback-object-groups/{{$feedback_object_group_id}}/responses" \
  -X GET \
  -u "{{$nicereply_email}}:{{$nicereply_secret}}" \
  -H "Accept: application/json"
List responses for a feedback object group · Nicereply · OpenIntegrations