Get a feedback object group
documentedGet a specific feedback object group.
GET /feedback-object-groups/{feedback_object_group_id}Feedback object groupsno 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/feedback-object-groups/{{$feedback_object_group_id}}" \
-u "{{$NICEREPLY_EMAIL}}:{{$NICEREPLY_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"