Sign in

Get form results

documented

Get results (Quiz, Poll, Survey) associated with a form.

GET /gf/v2/forms/{FORM_ID}/resultsFormsno 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}}/results" \
  -u '{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_API_SECRET}}' \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get form results · gravityforms · OpenIntegrations