Sign in

Get entry field

documented

Get a specific field value for an entry.

GET /forms/{FORM_ID}/entries/{ENTRY_ID}/fields/{FIELD_ID}Entriesno 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://{{$DOMAIN}}/gravityformsapi/forms/{{$FORM_ID}}/entries/{{$ENTRY_ID}}/fields/{{$FIELD_ID}}?api_key={{GRAVITYFORMS_API_KEY}}&signature={{GRAVITYFORMS_SIGNATURE}}&expires={{$expires}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get entry field · gravityforms · OpenIntegrations