Sign in

List ticket custom fields

documented

Metadata for all ticket custom fields.

GET /api/1.1/json/ticket_custom_fields/Ticketsno 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://{{$subdomain}}.happyfox.com/api/1.1/json/ticket_custom_fields/" \
  -X GET \
  -u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List ticket custom fields · happyfox · OpenIntegrations