Show/hide history
documentedRetrieve show/hide history of feedback appearances on websites.
POST /feedbacks/show-hide-historyFeedbacksno 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/show-hide-history" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"clientId": "{{$client_id}}", "from": "{{$from_date}}", "hash": "{{$hash}}", "page": {{$page}}, "to": "{{$to_date}}", "businessId": {{$business_id}}, "aggregateResponse": {{$aggregate_response}}}'