Sign in

List satisfaction ratings

documented

Retrieve satisfaction survey ratings for the Brand

GET /satisfaction_ratingsSatisfaction Ratingsno 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://{{$brand}}.reamaze.io/api/v1/satisfaction_ratings?rating={{$rating}}&assignee_id={{$assignee_id}}&created_after={{$created_after}}&created_before={{$created_before}}&updated_after={{$updated_after}}&updated_before={{$updated_before}}&page={{$page}}" \
  -u "{{$login_email}}:{{$api_token}}" \
  -H "Accept: application/json"