REST API
Articles
Getting Forms with the REST API v2
Documentation on REST API endpoint used to get forms.
Submitting Forms with REST API v2
The form submissions endpoint was added in Gravity Forms 2.4, it is used to create an entry by sending input values through the complete form submission process.
Validating Forms with REST API v2
The form submissions/validation endpoint was added in Gravity Forms 2.6.3.2, it is used to validate the form input values.
Getting the Form Field Filters with REST API v2
The field-filters endpoint was added in Gravity Forms 2.4.21.8, it returns the field filters for the specified form. The response can be used to determine which keys and operators to use when getting the entries.
Deleting Forms with the REST API v2
Documentation on REST API endpoint used to trash and delete forms.
Sending Notifications with the REST API v2
Documentation on REST API endpoint used to send notifications.
Managing Add-On Feeds with REST API v2
The feeds endpoints enables add-on feeds to be created, retrieved, updated, and deleted using REST API v2.
REST API v1 Guide
The REST API v1 allows developers to create, read, update, and delete forms, entries, and results over HTTP loosely following REST-style principles.
v1 Examples
This article includes more detailed examples of how to interact with the REST API v1. It is a work in progress. More examples will be added over time.
Rest API Changelog
View the Rest API change log.