Get feedbacks
documentedRetrieve feedback left by customers (raw data).
GET /feedbacks/getFeedbacksno 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://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}}"}'