Sign in

Get feedbacks

documented

Retrieve feedback left by customers (raw data).

GET /feedbacks/getFeedbacksno 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://app.gatherup.com/api/feedbacks/get" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"clientId":"{{$client_id}}","hash":"{{$hash}}","from":"{{$from}}","to":"{{$to}}","page":"{{$page}}","aggregateResponse":"{{$aggregateResponse}}","minRecommend":"{{$minRecommend}}","maxRecommend":"{{$maxRecommend}}","showSurvey":"{{$showSurvey}}","customerId":"{{$customerId}}","visible":"{{$visible}}"}'
Get feedbacks · gatherup · OpenIntegrations