View contact activity
documentedRead contact activity data for a report.
GET /api/1.1/json/report/{report_id}/contactactivity/Reportsno 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://customersupport.happyfox.com/api/1.1/json/report/{{$report_id}}/contactactivity/" \
-u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
-H "Accept: application/json" \
-X GET