Get form field filters
documentedReturn the field filters for the specified form.
GET /gf/v2/forms/{FORM_ID}/field-filtersFormsno 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://{{$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}}"