Gravity Forms – REST API

- V2.0-rc-1

The Web API allows developers to create, read, update and delete forms, entries and results over HTTP loosely following REST-style principles.The URI defines the resource and the HTTP method defines the operation.Use the GET HTTP method to read dataUse the POST HTTP method to create/add dataUse the PUT HTTP method to update dataUse the DELETE HTTP method to delete data   ...

The Web API allows developers to create, read, update and delete forms, entries and results over HTTP loosely following REST-style principles.

The URI defines the resource and the HTTP method defines the operation.

  • Use the GET HTTP method to read data
  • Use the POST HTTP method to create/add data
  • Use the PUT HTTP method to update data
  • Use the DELETE HTTP method to delete data

 

 

Changelog Details For Nulled Gravity Forms – REST API - Version 2.0-rc-1:

- Added the Location header when the confirmation is a redirect. - Added sanitization to the /forms endpoint. - Added the POST /entries//notifications endpoint which (re)sends notifications. - Added the _fields query param to the GET /entries, GET /entries/ and GET /forms//entries endpoints. See https://core.trac.wordpress.org/ticket/38131 - Added the include query param to the GET /entries. - Fixed the status code for invalid submissions. - Changed the 'labels' query param to '_labels' to match WP API properties. - Removed the GET /entries//fields/ and GET /forms//entries//fields/ endpoints - Removed support for semicolon separated entry IDs in the GET /entries endpoint. Use the include query param instead.

All Changelog(s) List:

DEMO - Gravity Forms – REST API - 2.0-rc-1

Gravity Forms – REST API demo and more info buttonDemo / More Info(External link to the developer's website)

DOWNLOAD - Gravity Forms – REST API - 2.0-rc-1

Gravity Forms – REST API download buttonDownload(Direct Download Link)