Introduction
The Gravity Forms API Functions provides developers with a future-proof way to access some of the common core functionality in Gravity Forms.
The API Functions are automatically included when Gravity Forms loads and they will be available by the time add-ons load.
The API class is called GFAPI and it can be found in /includes/api.php.
Forms
See the following articles:
- Creating Forms with the GFAPI
- Duplicating Forms with the GFAPI
- Updating Forms with the GFAPI
- Getting Forms with the GFAPI
- Deleting Forms with the GFAPI
- Submitting Forms with the GFAPI
- Validating Form submissions with the GFAPI
Entries
See the following articles:
- Creating Entries with the GFAPI
- Updating Entries with the GFAPI
- Searching and Getting Entries with the GFAPI
- Deleting Entries with the GFAPI
Feeds
See Managing Add-On Feeds with the GFAPI
Notifications
See Sending Notifications with the GFAPI
Fields
See the following articles:
Notes
See Managing Notes with the GFAPI
Examples
See GFAPI Examples for Forms and Entries
Additional Filters
See the following articles: