Sign in

Get form field filters

documented

Return the field filters for the specified form.

GET /gf/v2/forms/{FORM_ID}/field-filtersFormsno 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://{{$site_domain}}/wp-json/gf/v2/forms/{{$FORM_ID}}/field-filters" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic {{GRAVITYFORMS_SECRET}}"