Show ticket custom field changes
documentedReturn a ticket along with its CF change history.
GET /api/1.1/json/ticket/{ticket_number}/?show_cf_changes=trueTicketsno 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://{{$account_domain}}.happyfox.com/api/1.1/json/ticket/{{$ticket_number}}/?show_cf_changes=true" \
-X GET \
-u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_AUTH_CODE}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"