Skip to main content

Library for interacting with the Gravity Forms Web API.

Not created, sponsored, or supported by Rocketgenius, Inc.

Prerequisites

  1. WordPress installed.

  2. Pretty Permalinks enabled (anything other than http://example.com/?p=123).

  3. Gravity Forms plugin installed and activated.

  4. Web API enabled (Forms > Settings > Web API).

Installation

$ python setup.py install

Usage

>>> from pygfapi import Client
>>> gf = Client("https://example.com/gravityformsapi/", "1234", "abcd")
>>> form = gf.get_form(1)
>>> print form[u"id"]
1
>>> print form[u"title"]
u'Test Form'
>>> form_1_entries = gf.get_form_entries(1)
>>> print len(form_1_entries)
3
>>> for entry in form_1_entries:
...   print entry[u"id"]
...
3
2
1
>>> entries = gf.get_unread_entries(15)
>>> for e in entries:
...   print e[u"id"]
...   e[u"is_read"] = 1
...
60
59
58
>>> response = gf.put_entries(entries)
>>> print response
Entries updated successfully

Running Tests

$ python -m unittest discover

License

GNU General Public License, Version 3 (see LICENSE).

Release files for pygfapi 0.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pygfapi 0.0.3
File Size Uploaded
pygfapi-0.0.3.zip 7.3 kB Details

Release files / pygfapi-0.0.3.zip

Download URL pygfapi-0.0.3.zip
Size 7.3 kB
Tags Source
SHA-256 checksum
How to use checksums
7716c7da1f3eeb8eb469db76f28000984ee07c5701d4715e5af8f61241822837
BLAKE2b-256 checksum
How to use checksums
cc3287c64f0ccf935f8c13d735756a18a4cc9db049d39815b1cdd30bd33143fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.0.3 This release

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page